Kafka:3.7.1 problem with log cleaning

2025-03-13 Thread Турыгин Андрей Андреевич
Hello, We have a cluster of 3 Kafka brokers working in KRaft mode as a docker containers, configured to clean up old messages with reteintion.ms parameter. After some period of time Kafka suddenly stopped to clean up old messages in several partitions in one topic, while other partitions of same

Kafka:3.7.1 problem with log cleaning

2025-03-13 Thread Турыгин Андрей Андреевич
Hello, We have a cluster of 3 Kafka brokers working in KRaft mode as a docker containers, configured to clean up old messages with reteintion.ms parameter. After some period of time Kafka suddenly stopped to clean up old messages in several partitions in one topic, while other partitions of same

OAuth Token Refresh Fails After System Sleep - Issue in ExpiringCredentialRefreshingLogin

2025-03-13 Thread Adrien Wattez
Hello Kafka community, I've encountered an issue with OAuth authentication in Kafka when running on a system that goes to sleep/hibernates. I believe I've identified a flaw in the token refresh mechanism that affects reliability in certain environments. When using OAuth authentication between b

Loading Schema

2025-03-13 Thread Chris Galliano
Hi Can I perform semi structuring on the fly with Apache Kafka? Let’s say if I load a pdf - can it map it to the semi structured common schema before I send it to my Database? I appreciate any guidance. Christopher Sincerely, Christopher Galliano 504.325.3500

Re: OAuth Token Refresh Fails After System Sleep - Issue in ExpiringCredentialRefreshingLogin

2025-03-13 Thread Greg Harris
Hi Adrien, Thanks for the report! I had some questions about your observations: > Upon > waking, the thread simply continues its sleep operation without any > awareness that a significant amount of time may have passed. Were you able to take a stack trace, attach a debugger to see the state of