Jordan Moore

Results 601 comments of Jordan Moore

Did you override the Docker entrypoint? I would think that the Java process ending should kill the container on its own

Kafka uses the slf4j-log4j bridge. You should in theory be able to plugin in any SLF4j provider by replacing the JAR and using the appropriate JVM property to load a...

Duplicate #677 > `release-6-8` That is not for Centos7, anyway

What if there was a config section like ```yml listenerOverrides: name: SASL_SSL # optional: validate this exists as a configured listener sasl_mechanism: OAUTHBEARER config: connections.max.reauth.ms: 3600000 ``` When templated will...

> should be just a property of the authentication Any listener's port connection properties, including auth, should be able to be overridden. Look at `max.connections` in Kafka docs, for example

The consumer will continue to seek forward and poll within the runtime of the same application. When you restart, you lose local state, and so Kafka offset state will be...

Maybe combine this with the nested extraction? I'm thinking like [JSONPath](https://github.com/json-path/JsonPath)

Last I heard, Jackson is still _faster_ than GSON.

The first broker in the list is only used once. If there's an error dialing the leader, the loop moves to the next broker. Can you show Wireshark/tcpdump traffic that...