Chris Cranford
Chris Cranford
For now @poonam-meghnani I've gone ahead with a slightly different implementation in https://github.com/debezium/debezium/pull/6911, which I added you as the author so you get credit. I'd rather have some time to...
This also seems to affect 571.96, which I am using on Windows 11 and I'm seeing odd graphical glitches with Godot 4.4.beta2.
:x: Developer Certificate of Origin (DCO) check failed. Hi @adasari, please sign off all commits with: ``` git commit -s ``` If pull request commits are not signed off, the...
:x: Developer Certificate of Origin (DCO) check failed. Hi @rnatarajan, please sign off all commits with: ``` git commit -s ``` If pull request commits are not signed off, the...
Hi @rnatarajan please remove the merge commit.
Hi @mfvitale, I'm not opposed to using the `schema-generator`; however, I do want us to reevaluate a few changes to how this generator gets the data it needs. **Field Attributes**...
Hi @mfvitale, I understand that the group stuff exists in the Kafka Connect API in `ConfigKeyInfo`; however, I am unaware of anything that forces us to use it. Looking at...
> If we are going to support both configurations approaches (and in fact it is really the best way forward) there is io.debezium.config.Field.withDependents(String...) method. What if we provide additional one...
I do have one ask: could we find a better way to define `positionInGroup` in the `Field` configuration API? For connectors with a small number of configurations, I think defining...
Maybe. I do have some concerns around default values and validation with that approach, but we can discuss that when we get to that point.