solsson
solsson
CLA signed. Actually if the `existsSync` check causes any issues I'd be in favor of dropping it. These envs have distinct names that are unlikely to collide with other use...
I will force push to only the first commit, then get one commit at a time through CI.
> Without the PropertyOrder annotation, Jackson does the least surprising thing IMO it's great that the generated `@JsonPropertyOrder` preserves the order of the properties in the schema (I've tested with...
I had a backup from iOS 12.1 and the export worked with https://github.com/xerohour/iOSMessageExport/commit/f9126f6fbe3bc82ca86115eae9b86fc7440a8ee1 as is.
I think #66 and #84 together replace the two parts of this PR.
I've seen a lot of both `[service].[namespace]` as well as names ending with `.svc.cluster.local` but rarely names ending with `.svc`. https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/#a-records seems to recommend the full name. I don't know...
@edsiper I think you can merge #18 as further increases in limit would make no difference. Only caps to buffer sizes will. What's the effect of [Mem_Buf_Limit](https://github.com/fluent/fluent-bit-kubernetes-logging/blob/5b7efe15965f7668bcf9e37d5ab26f6c9b562881/output/kafka/fluent-bit-configmap.yaml#L32) on the input...
I'm only running out_kafka. I will try out_kafka with `queue.buffering.max.kbytes` after the 0.13 release. The default seems to be 1GB, so with https://github.com/fluent/fluent-bit/issues/495 I can set it to something like...
I've upgraded and it looks good to me.
I find the `test-logger` [deployment](https://github.com/GoogleCloudPlatform/community/raw/ac0e9e1601cfd763e691590531060f0bed194341/tutorials/kubernetes-engine-customize-fluentbit/kubernetes/test-logger.yaml) from https://github.com/GoogleCloudPlatform/community/tree/master/tutorials/kubernetes-engine-customize-fluentbit really useful for developing a pipeline.