clickhouse-kafka-connect
clickhouse-kafka-connect copied to clipboard
Update KeeperStateProvider.java
This should resolve https://github.com/ClickHouse/clickhouse-kafka-connect/issues/375
Nice, however it does need cluster name from the params?
It does, it also raises another question - have you noticed any differences between the tables on each cluster?
@Paultagoras I don't see much difference except just some very minor lag of updated values between table in cluster. Not sure if thats going to affect any events
Can we add a test for it?
It's exactly-once, which we technically only test in the integration suite (because it uses Keeper)
@Paultagoras i see one of our cloud tests is falling please take a look before
@Paultagoras i see one of our cloud tests is falling please take a look before
It was failing due to timeout, after warming the instance it reran successfully - that was partly why I changed the timeout in the other PR, but it may need more testing to make sure.