Further simplified the example: Removed unnecessary variables
[demos/kafka/deduplication] / src / main / java / de / juplo / demo / kafka / deduplication / Deduplicator.java
2020-10-10 Kai MoritzFurther simplified the example: Knowledge about the...
2020-10-10 Kai MoritzAdded actuators and implemented an indicator that repor...
2020-10-10 Kai MoritzAdded an endpoint to query the watermarks by partition
2020-10-10 Kai MoritzMoved the building of the topology into a static method
2020-10-10 Kai MoritzSimplified example
2020-10-10 Kai MoritzA deduplicator, that assumes steadily increasing global...