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

Event Serializer. #187

Closed krisajenkins closed 3 years ago

krisajenkins commented 3 years ago

Fixes #59.

Note: I'm going to add event-deserializer to this PR, but I think it makes sense if it's mirror image of event-serializer. So my plan is to get feedback on one of them first, get it nearly ready, and then make the twin.

New Pattern Checklist

krisajenkins commented 3 years ago

Review comments addressed, and deserialization is now in to match. Please re-review. :-)

krisajenkins commented 3 years ago

No problem.

another round

krisajenkins commented 3 years ago

Fixes #60.