Join Slack
Powered by
I wrote a kafka connect, each thread consume a top...
# coroutines
s
sailxjx
11/15/2017, 8:14 AM
I wrote a kafka connect, each thread consume a topic from kafka. There were many topics in kafka, so I need to open many threads. When the incoming messages is greater than my buffer, I use
sleep
to avoid OOM.
Open in Slack
Previous
Next