Skip to content

Commit

Permalink
imports
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel committed Mar 17, 2023
1 parent 5a77823 commit 571abb4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,12 @@
import io.github.eocqrs.kafka.ConsumerSettings;
import io.github.eocqrs.kafka.Dataized;
import io.github.eocqrs.kafka.data.KfData;
import org.apache.kafka.clients.consumer.KafkaConsumer;

import java.time.Duration;
import java.util.ArrayList;
import java.util.Collection;
import java.util.List;
import org.apache.kafka.clients.consumer.KafkaConsumer;

/**
* Kafka Consumer.
Expand Down

0 comments on commit 571abb4

Please sign in to comment.