Hi,
I'm building my first application using Kafka Streams. One of the requirements is to create consolidated records that have the earliest start time, latest end time, max value of a certain field, among others.
Can these be done via Kafka Streams DSL ? If so, can you please provide a sample code. If not, can you suggest which Kafka component to use.
Thanks,
Jun