robertluo / waterfall

The Unlicense
16 stars 1 forks source link

serialization, deserialization and partition? #6

Closed robertluo closed 1 year ago

robertluo commented 1 year ago

problem

One common problem for distributed messaging is ser/des for events. Kafka clients have a built-in mechanism for this, but it is not very useful for Clojure programmers, IMHO. Instead of forcing users to accommodate in, I think I can add this simple, easy, and can be extended.