Springify: Der Consumer kann unterschiedliche Nachrichten-Typen empfangen
[demos/kafka/training] / src / test / java / de / juplo / kafka / ApplicationTests.java
index 7ec73f3..8a485b3 100644 (file)
@@ -63,8 +63,6 @@ class ApplicationTests
        @Autowired
        KafkaProducer<String, Bytes> kafkaProducer;
        @Autowired
-       org.apache.kafka.clients.consumer.Consumer<String, ClientMessage> kafkaConsumer;
-       @Autowired
        KafkaConsumer<Bytes, Bytes> offsetConsumer;
        @Autowired
        ApplicationProperties applicationProperties;