Skip to content

Instantly share code, notes, and snippets.

View gregfichtenholtz-illumio's full-sized avatar

gregfichtenholtz-illumio

View GitHub Profile
package com.foo.bar;
import org.apache.kafka.common.serialization.Serdes;
import org.apache.kafka.streams.StreamsBuilder;
import org.apache.kafka.streams.kstream.*;
import org.apache.kafka.streams.StreamsConfig;
import org.apache.kafka.streams.TestInputTopic;
import org.apache.kafka.streams.TestOutputTopic;
import org.apache.kafka.streams.TopologyTestDriver;
import org.junit.jupiter.api.AfterEach;