Matt Ghafouri

Results 18 comments of Matt Ghafouri

> As far as I know ENQ by default uses single error queue with fixed name but you can override this behavior. Yes, you're right. my implementation does the same....

> Hi @MajeQafouri, > > Thanks for sharing your solution. I'm not sure about a concrete implementation, but some retry mechanics worth adding. > > I need some time to...

I have the same issue with updating the header value, As I checked the ConsumerExecutionContext. It's a struct and read-only and cannot be set.

Hey, I am willing to work on the issue, if it is possible, let me know.

Hi Dear @kblok.I am willing to work on this issue. let me know if it is possible

> Have you checked your zookeeper ? Made sure that there aren't any pod/container restarts - and checked its log for indications on why it would drop a connection ?...

This is the stack trace : Exception of type 'org.apache.zookeeper.KeeperException+ConnectionLossException' was thrown. Exception of type 'org.apache.zookeeper.KeeperException+ConnectionLossException' was thrown. org.apache.zookeeper.KeeperException+ConnectionLossException: Exception of type 'org.apache.zookeeper.KeeperException+ConnectionLossException' was thrown. at org.apache.zookeeper.ZooKeeper.createAsync(String path, Byte[] data,...

Actually, after hosting on different envs, I can say It would relate to the client hosting environment, let me make it clear. client host env: local Docker desktop (win 10...

> @MajeQafouri looks like a zookeeper issue. Did you try checking the logs that @hoerup suggested? > > With something like this I would expect that the application might hit...

> Have you checked your zookeeper ? Made sure that there aren't any pod/container restarts - and checked its log for indications on why it would drop a connection ?...