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
This is required to fix a sequencing issue in the kafka-sidecar. We don't want the reactive consumer to start sending messages to the backend API if the server is not ready yet. If the backend produces some messages back to the sidecar, the message will go to the DLQ, as the Kafka sidecar is not ready to accept requests yet.
The text was updated successfully, but these errors were encountered:
This is required to fix a sequencing issue in the kafka-sidecar. We don't want the reactive consumer to start sending messages to the backend API if the server is not ready yet. If the backend produces some messages back to the sidecar, the message will go to the DLQ, as the Kafka sidecar is not ready to accept requests yet.
The text was updated successfully, but these errors were encountered: