Open vcianciarelli opened 10 months ago
Just a question before I try to reproduce this: In case of the log channel, are the messages still timing out, and just that the log isn't there? Or they stop timing out entirely? The former seems more likely, but just in case I've missed something.
Hey @milindl
ya the messages are still timing out, and the logs aren't there anymore.
I've enabled logs channel on a canary pod and compared that to other pods not using logs channel. Other pods showed that we still have messages timing out.
Description
When enabling logs channel, the timeout (
REQTMOUT
) logs stopped showing up.How to reproduce
Without logs channel Using this kafka configuration, we see the timeout logs all the time in our logs:
With logs channel After enabling logs channel with
go.logs.channel.enable
flag, we were no longer seeing the timeout logs:Additional details To confirm that we've implemented the logs channel correctly, I added
debug
flag to our configuration:And we saw all the logs except the timeout logs. Here are some sample logs:
Checklist
Please provide the following information:
LibraryVersion()
): confluent-kafka-go v2.1.1ConfigMap{...}
: Provided above in the description"debug": ".."
as necessary): Provided above in the description