Lucas Gabriel Sánchez
Results
2
comments of
Lucas Gabriel Sánchez
Same problem here. Apparently we need to do one of 2 following things to avoid the problem: 1. Provide a delivery channel on the Produce method and read from that...
Didn't try to run with GODEBUG=madvdontneed=1, but we change how we use the Producer. We had a memory leak using the producer like this: ```go var deliveryChannel chan kafka.Event if...