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 #204

Closed ybyzek closed 3 years ago

ybyzek commented 3 years ago

Description

Addresses https://github.com/confluentinc/event-streaming-patterns/issues/192

Idempotent Writer: https://github.com/confluentinc/event-streaming-patterns/pull/204 Idempotent Reader: https://github.com/confluentinc/event-streaming-patterns/pull/185

New Pattern Checklist