You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After finishing processing the last message in the broad-dsp-clinvar topic, when the main thread looped again and called poll(), an INFO line was logged about a session not found. It doesn't appear to have interfered with the consumer, since adding a new message to the broad-dsp-topic was received by the pod. It is probably safe to ignore this.
[main] INFO org.apache.kafka.clients.FetchSessionHandler - [Consumer clientId=consumer-1, groupId=clinvar-raw-dev] Node 15 was unable to process the fetch request with (sessionId=<omitted>, epoch=1): FETCH_SESSION_ID_NOT_FOUND.
The text was updated successfully, but these errors were encountered:
After finishing processing the last message in the
broad-dsp-clinvar
topic, when the main thread looped again and calledpoll()
, an INFO line was logged about a session not found. It doesn't appear to have interfered with the consumer, since adding a new message to thebroad-dsp-topic
was received by the pod. It is probably safe to ignore this.[main] INFO org.apache.kafka.clients.FetchSessionHandler - [Consumer clientId=consumer-1, groupId=clinvar-raw-dev] Node 15 was unable to process the fetch request with (sessionId=<omitted>, epoch=1): FETCH_SESSION_ID_NOT_FOUND.
The text was updated successfully, but these errors were encountered: