Open aistisdev opened 1 year ago
It seems like it's possible to control how often this information is printed via this tb-node statefulset config:
- name: TB_QUEUE_KAFKA_CONSUMER_STATS_MIN_PRINT_INTERVAL_MS
value: "600000"
Though it's still not clear if the topicid metada changing in consumer is because of some bug in the logger, or if it's a real problem with the kafka setup.
Description
The tb-node setatefulset pod log keeps printing that topicId changed. It prints this for every id every 60 seconds~. From my understanding this happens when a topic is being recreated with the same id. Is this expected bahaviour?
Steps to Reproduce
Expected Behavior
Should not keep printing these messages for the same kafka topics every 60 seconds.
Actual Behavior
The messages look like this
Full tb-node log: tb-node-0-log.txt
Environment
Additional Information
Transport nodes don't seem to have the same behaviour at the start, but sometimes also start spamming these kind of messages for some topics after a couple of weeks or months of deployment.