mirror of
https://github.com/pcvolkmer/onco-analytics-monitor.git
synced 2025-04-19 11:06:52 +00:00
chore: replace topic pattern
This commit is contained in:
parent
8a55e9fae5
commit
d6c651468a
@ -26,7 +26,7 @@ class ObdsXmlTopicMonitor(
|
||||
statisticsEventProducer: StatisticsSink,
|
||||
) : TopicMonitor(statisticsEventProducer) {
|
||||
|
||||
@KafkaListener(topicPattern = "input.*")
|
||||
@KafkaListener(topicPattern = "onkostar.MELDUNG_EXPORT.*")
|
||||
override fun handleTopicRecord(
|
||||
@Header(KafkaHeaders.RECEIVED_TOPIC) topic: String,
|
||||
@Header(KafkaHeaders.RECEIVED_TIMESTAMP) timestamp: Long,
|
||||
|
Loading…
x
Reference in New Issue
Block a user