bbejeck / kafka-streams

Code examples for working with Kafka Streams
Apache License 2.0
255 stars 104 forks source link

[SerdeFixForStockProcessor] Serde fix #3

Closed seborama closed 7 years ago

seborama commented 7 years ago

Fix for StockSummaryStatefulProcessorDriver which uses stockTransactionSerde instead of stockTransactionSummarySerde and causes a type expection. Kafka 0.10.0.1

Regards.

bbejeck commented 7 years ago

@seborama merged to master. Thanks for the PR.

Note: I just pushed changes recently to update to 0.10.1.0

seborama commented 7 years ago

Thanks, I've found these examples and the blog post very useful and informative