Martin Schneppenheim

Results 289 comments of Martin Schneppenheim

Hey @nc-ruth , can you show a screenshot of the partitions tab of the same topic? This shouldn't happen indeed. Also please let me know what version you are using

Hmm this is odd, this is not even an edge case. I'm unfortunately not able to reproduce this in any of my clusters. That makes it hard to reproduce as...

@nc-ruth Good to know that only this specific topic seems to be an issue. The best possible way to check this would be using a debugger to be honest. Here's...

Unfortunately I don't have a lot experience with transactional messages. My understanding is that a normal Kafka consumer will only receive transactional messages from Kafka if it was committed successfully....

> I do not know the offset, so I kind of "hope" to find it within the last 500 messages on the topic, but this is often not the case,...

Additional hint: The kafka libraries for different languages partially use different default partitioning algorithms. Some use the murmur2 hash, others CRC32, ...

Hey, makes sense. Are you up for implementing a provider for it? PRs are welcome

@nahsi Okay no problem at all. Also: Go-getter looks interesting. Thanks for letting us know :)

Do you happen to know whether Kafka has an API for this as well? I assume otherwise we'd need to consume the topic on each instance and keep a lot...

This will be partially fixed with https://github.com/cloudhut/kowl/pull/154 . At least the part that shows whether a message was part of a transaction or not. I'm not sure whether we could...