confluentinc / event-streaming-patterns

A collection of Event Streaming Patterns, including problem statements, solutions, and implementation examples.
Apache License 2.0
13 stars 6 forks source link

Idempotent Writer #192

Closed ybyzek closed 3 years ago

ybyzek commented 3 years ago

Describe the pattern Sister to https://github.com/confluentinc/event-streaming-patterns/issues/101 but on the write/produce side

Provide as much detail as possible Review the template and in this issue, provide as much detail as possible for each section.

Categorize the pattern Assign an existing label that represents the category for this pattern.

Provide any additional context Link to any other references that are useful in describing this pattern

ybyzek commented 3 years ago

Self-assigning this one, to be able to publish both Idempotent Writer and Idempotent Reader at the same time.