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
We may end up with multiple types of solutions that are applicable in different solutions, but we should know more about how to ensure events can't be lost when producing.
Questions:
What are the various ways that Confluent recommends?
Is the Outbox pattern a viable solution, and what would it take to implement, including parallel-processing of the outbox itself.
Is producing using sync instead of async acceptable in any situations as a potentially easy way?
Do different ack configs help with this, or does this just handle a certain class of problems?
What does happen now when a server is stopped? Does the batch make it to Confluent?
We may end up with multiple types of solutions that are applicable in different solutions, but we should know more about how to ensure events can't be lost when producing.
Questions:
The text was updated successfully, but these errors were encountered: