Hi Kafka users,
several segments of several topics on more than one of my brokers somewhere
have a stretch of about a thousand null bytes.
Comparing with a replica shows that the zeros start after a valid message, and
end somewhere in a value. This causes e.g. "CorruptRecordException: Found
re
Hi Liam,
The use case is stream all data and send it to storage after processing.
Also when the user is inactive for a 10 min period then send a special
event that marks the user as inactive. I'm trying to implement the special
event here.
Thanks
On Tue, Feb 16, 2021 at 1:18 AM Liam Clarke-Hutc