Daniel Wegener

Results 33 comments of Daniel Wegener

@michaelandrepearce Thanks for the PR. Your fix will still not fix the issue that the broker start may block the logging thread during metadata exchange (and since the start is...

There is no automatism that would retain and retransmit logs that could not be delivered directly. You MAY use a fallback-appender (ref to readme) that would send log messages somewhere...

Yes I like the idea to pull out the producer lifecycle management into a strategy! Would the `ProducerSupplier.get` method interface contract expected to block until the producer is initialized completely?...

Hey @gquintana. Thanks again for your effort and thoughts you have put into this. And I am very sorry that I have to put you down again and again but...

*eager initialization:* I am not sure if I remember correctly but the eager initialization is either really early (on the logger creation thread which may be the classloader thread which...

I can not really relate this behavior to the appender but rather the producer itself. but one curious question: Why is your `` name empty?

Yeah thanks for the research. We should increase our dependency version of kafka-clients to 1.0.1 then. PR's are welcome ;)

Good catch, thanks! Tribute to the copy & paste error god 😊

Heads up, with TypeScript 3.4, there is a concise syntax for readonly arrays: https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-4.html#a-new-syntax-for-readonlyarray Maybe `declarePropertiesAsReadOnly `could add the readonly array modifier to array types? This might be a breaking...

@czerasz-allianz would you? :)