Fixed the broken tests
This commit is contained in:
@@ -90,7 +90,7 @@ public class TraceMessagingAutoConfigurationTests {
|
||||
return new MySleuthKafkaAspect(kafkaTracing, tracer);
|
||||
}
|
||||
|
||||
@KafkaListener(topics = "backend")
|
||||
@KafkaListener(topics = "backend", groupId = "foo")
|
||||
public void onMessage(ConsumerRecord<?, ?> message) {
|
||||
System.err.println(message);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user