jonathan-dev

Results 5 comments of jonathan-dev

Might not be your problem but I had a similar behavior when I had a non yet created topic in my topic list ... maybe not your problem but worth...

I think I figured out the reason for my delays: To prevent bots from spamming teams returns 429 Too Many Requests after receiving many request (https://learn.microsoft.com/en-us/microsoftteams/platform/bots/how-to/rate-limit#handle-http-429-responses). However this leads to...

Thanks a lot for the quick and detailed answer. The reason I noticed this behavior was because the [cloudflare pint](https://github.com/cloudflare/pint) tool was complaining about my retention time being 0s and...

I think it would have also helped me to document the strange behavior that the `/status` page is showing 0 as default although it is the 15 days somewhere like...

So does this mean that there is simply no equivalent to the assign method documented [here](https://kafka.apache.org/24/javadoc/org/apache/kafka/clients/consumer/KafkaConsumer.html#assign-java.util.Collection-) in your library?