cckellogg

Results 10 comments of cckellogg

@sebastienpattyn93 what version for heron are you running? What is the yaml for apiserver deployment? It looks like the heron-apiserver is configured wrong. I don't think there has been a...

@baomingyu a few questions. * Client version? * Server version? * Number of partitions? * Is this a single consumer, regex, or multitopic? * How often is this happening?

Which client version are you using?

Do you see the same issue with v0.6.0?

I'm trying to understand better what you are seeing. Is below what is happening? 1 - producer-1 with name `my-producer` is connected to a broker on topic-1 2 - app...

Are you able to reproduce this consistently? What are those steps? Is the goal of the application to create two producers (`producer-1` and `producer-2`) and have them both send messages...

Curious how does this improve or enhance the current implementation? Why would users want to use this over what is currently there? What is the added overhead?

> ``` > BeforeSendWithContext(ctx context.Context, producer Producer, message *ProducerMessage) > ``` Adding a new function to the interface will still be a breaking change. Applications will have have to implement...

I'm a little confused on what the issue is. Are you suggesting there should be a way to ack all messages within a batch without having to ack all messages...

Can you share more of the stack trace? Does this happen every time you call `ReconsumeLater`? If not what are the steps to reproduce?