Closed sambott closed 6 years ago
Addresses #43
This adds a --binary-output option to the wordcount example that uses a custom serializer.
The custom serializer writes binary integers to the output topic rather than the string representation of them.
There is also an improvement to the StringSerde that removes the necessity to pre-cast values to strings.
Addresses #43
This adds a --binary-output option to the wordcount example that uses a custom serializer.
The custom serializer writes binary integers to the output topic rather than the string representation of them.
There is also an improvement to the StringSerde that removes the necessity to pre-cast values to strings.