What a single subscribe-and-consume attempt reported back to the engine:
"ended"
"stop"
Throwing from the attempt reports a transient or terminal error.
What a single subscribe-and-consume attempt reported back to the engine:
"ended"— the stream ended cleanly; the engine resubscribes."stop"— the attempt already finalized the connection (e.g. a fatal broker error was surfaced to the consumer); the engine exits.Throwing from the attempt reports a transient or terminal error.