Gunnar Morling
Gunnar Morling
When the provided file name denotes a directory, all the *.json files in that directory should be applied.
``` Specified class isn't a valid connector type. The following connector type(s) are available: java.lang.NullPointerException at org.kcctl.command.GetPluginsCommand.call(GetPluginsCommand.java:84) at org.kcctl.command.ApplyCommand.createOrUpdateConnector(ApplyCommand.java:200) at org.kcctl.command.ApplyCommand.applyOrValidateConnector(ApplyCommand.java:159) at org.kcctl.command.ApplyCommand.call(ApplyCommand.java:140) at org.kcctl.command.ApplyCommand.call(ApplyCommand.java:43) at picocli.CommandLine.executeUserObject(CommandLine.java:1953) at picocli.CommandLine.access$1300(CommandLine.java:145) at...
Hi, are there plans for adding support for macOS / AArch64 (i.e. M1 Macs) to this library? I am getting this error below which I suppose is the case as...
It'd be very useful to have a way to re-read the binlog from a previous position. Let's say we set the binlog position to 100 before connecting, then read until...
While we already can pass in a `ThreadFactory`when bootstrapping the binlog client, any thread names will be overridden. This makes it more complex to keep track of individual threads in...
Hi, I've played around a bit with the [Netflix Rewrite API](https://github.com/Netflix-Skunkworks/rewrite/) which allows you to perform code refactorings in an automated way (e.g. to rename members, alter method invocations etc.)....
Hey @osheroff, I hope this finds you well. Didn't know how to reach out, hence opening this issue. It seems there hasn't been much activity in this repo, so I...
Hey @osheroff, I'd like to set up GH Actions so to build and test the project with MySQL 5.7 and 8.0 if a) PRs are sent/updated and b) something gets...
Hey @osheroff, not sure whether logging an issue is the right avenue for having a more open-ended discussion like this, let me know if I should raise this elsewhere. Anyways,...
Apologies upfront for this rather vague issue report. I'm still filing it, so to raise awareness of a problem we encountered when running the Debezium test suite on Java 15....