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
{
"logger": "org.apache.pekko.actor.RepointableActorRef",
"message": "Message [org.apache.pekko.kafka.internal.KafkaConsumerActor$Internal$StopFromStage]
from Actor[pekko://main/system/Materializers/StreamSupervisor-1/$$Db#686591537]
to Actor[pekko://main/system/kafka-consumer-4#-415773811] was not delivered.
[4] dead letters encountered.
If this is not an expected behavior then Actor[pekko://main/system/kafka-consumer-4#-415773811] may have terminated unexpectedly.
This logging can be turned off or adjusted with configuration settings \u0027pekko.log-dead-letters\u0027 and \u0027pekko.log-dead-letters-during-shutdown\u0027."
}
I am using
DrainingControl
to toggle my kafka subscribe state.when I call the
pause()
method, the actor system complainsStopFromStage
wasn't delivered to kafka-consumer-actor...The text was updated successfully, but these errors were encountered: