2017-01-01から1年間の記事一覧

Scala High Performance Programming を借りた

www.amazon.co.jp たまたま取り組んでいる途中のscalaアプリケーションのチューニングをやっていてググったときにこの本の一部がGoogle Booksでヒットしたので借りてみた。 ざっと読んだ感じ、いまの自分の課題感にマッチしてる。 * Chapter1 パフォーマンス…

scala 2.12.4リリース

Scala 2.12.4 is now available! | The Scala Programming Language github.com Our benchmarks show a further 5–10% reduction in compile times since 2.12.3. これは期待ですね

ReplicationController -> Deployment + Replicaset

ちょっと古い記事みてるとReplicationControllerというものを探そうとしててなくて困った。 kubernetes.io NOTE: A Deployment that configures a ReplicaSet is now the recommended way to set up replication. ReplicationControllerはつかわずにdeployme…

fluentdのidフィールド

fluentdの設定、まだ良くわからない&覚えていないものが多い。 qiita.com idフィールド(または@id)はこの値をplugin_idフィールドで使う ここにも記載がある docs.fluentd.org @id: Specify plugin id. in_monitor_agent uses this value for plugin_id fie…