Gunnar Morling
Gunnar Morling
Let's explore how metrics from Kafka Connect and connectors could be retrieved and displayed. For instance, the Debezium connectors offer a variety of JMX metrics. JMX isn't supported though in...
Say I have a file my-connector1.json, I'd like to easily find out if this differs from an already instantiated connector, and if so, how. The differing configuration attributes (if any)...
E.g. like this: kcctl patch connector etcd-test -p '{"tasks.max":3}' kcctl patch connector etcd-test -p '{"tasks.max":3, "database.name":"foo"}'
See https://github.com/helpermethod/connect-offset-reset/ by @helpermethod. This will require to expand the config context, allowing to specify Kafka cluster bootstrap URL and name of the offset topic.
Hey @aalmiray, is this something JReleaser would help with as well?
Requires an update to the JSON definitions at https://bestsolution-at.github.io/jfr-doc/
There were several files without license header in the _jfrunit-events-generator_ module, which should have failed the build, but it didn't. Let's add the License Maven plug-in, as it already should...
This makes its scope more explicit and also avoid any potential race conditions in case of concurrent execution of test methods (if that's a thing...).
Allowing for a safe access to these literals in testing code.
From Julien Viet: https://twitter.com/julienviet/status/1339523188301152262 There should be a method acting as barrier that a specific event (e.g. socket write) has happened.