RE: Does Replication Throttling Work with "*"

2024-12-24 Thread Harry Fallows
Hi Jason, Yes, replication throttling does work, however, the “entity-default” configuration does not work in Kafka 3.5, you have to set the broker configs individually with “entity-name". This is a bug (https://issues.apache.org/jira/browse/KAFKA-10190), which I fixed in Kafka 3.9. Hope this

MirrorMaker2 Question

2024-08-23 Thread Harry Fallows
Hi everyone, Does anyone know if it is possible for the Checkpoint connector to be ahead of the Source connector? For context, I have a target Kafka cluster that is reporting negative lag because the log end offset is 0 but the consumer group offset is 100. I have a tenuous theory that this co