Tudor Plugaru
Tudor Plugaru
Maybe implement adaptive icon for android?
Running the latest version `2.2.3` with SQL storage and it seems that from time to time the application crashed with this exception: ``` WARNING: An illegal reflective access operation has...
**Describe the bug** A clear and concise description of what the bug is. Provider fails to use the correct connection settings defined in TF. We have configured the connection configuration...
Resolve futures before marking a batch as completed for Kafka sink This will make sure that records are being send or we crash the sink instead of sink being blocked...
`debezium.sink.kafka.wait.message.delivery.timeout.ms` Documentation for https://github.com/debezium/debezium-server/pull/116
https://issues.redhat.com/browse/DBZ-4967 Example: `offset.storage.kafka.producer.bootstrap.servers` value will also be available under `bootstrap.servers`. This is because `KafkaOffsetBackingStore` is expecting these properties to be available at the top level.
## Changes ## One line description for the changelog - [ ] Tests pass - [ ] Appropriate changes to README are included in PR
## Changes - Full implementation of Kafka bindings ## One line description for the changelog - [ ] Tests pass - [ ] Appropriate changes to README are included in...