Martin Schneppenheim

Results 289 comments of Martin Schneppenheim

Under the configurations tab each config is explained (there's a help tooltip for each config that explains it in more detail). There are more catches with retention enforcement such as...

> Show the actual retention.bytes (e.g. if there are 3 partitions, show 30GB)? This is not a good idea, since the majority probably knows that all such configs (segment.bytes, retention.bytes...

@jvorcak This was already done, see this screenshot from latest master. I'll close this issue: ![ss-cfaDOEMc@2x](https://github.com/user-attachments/assets/2c4e58bf-d71d-4786-9d82-ea6651e02f3b)

Thanks for this report. Since this is a bit harder to reproduce, do you happen to have the network response for the broker list available as well? I'll check whether...

If your search targets the "most recent 500 messages" and you scroll down (to older messages), what would you expect to happen at the end when you ask for the...

Starting with v2.4 we interpret all header values as strings rather than trying all the existing encoding types (AVRO, JSON etc.). I think we should bring it back again, but...

Hey @AlexeyRaga , thanks for reporting. I agree that if 10 partitions are assigned and you are looking at the topic lag we should either make clear that two partitions...

Hey @upils , I share your concerns in regards to the performance. This is code executed in the hot-path if you search a topic's messages with search filters enabled. It...

I left two comments. Overall I'd like to suggest to change this PR so that regex strings are recognized if the input is wrapped into two slashes (see my other...

@upils @smatvienko-tb @brycefisher ping