Hello,
First of all, thank you for this library!
I have a question regarding the log level in the following code:
|
restoreConsumer.Pause(changelogMetadata.StoreMetadata.ChangelogTopicPartition.ToSingle()); |
|
|
|
log.LogDebug($"Paused partition {changelogMetadata.StoreMetadata.ChangelogTopicPartition} from the restore consumer"); |
Do you consider that the log level should be set to WARNING? We recently updated Streamiz from 1.6.0 to 1.7.0 and encountered an issue where the stream did not consume messages. We struggled to identify the cause until we set the log level to DEBUG, which revealed the problem.
We are still investigating the root cause, but it seems related to the update. Any insights or suggestions would be greatly appreciated.
Thank you!
Hello,
First of all, thank you for this library!
I have a question regarding the log level in the following code:
streamiz/core/Processors/Internal/StoreChangelogReader.cs
Lines 238 to 240 in 4162450
Do you consider that the log level should be set to WARNING? We recently updated Streamiz from
1.6.0to1.7.0and encountered an issue where the stream did not consume messages. We struggled to identify the cause until we set the log level to DEBUG, which revealed the problem.We are still investigating the root cause, but it seems related to the update. Any insights or suggestions would be greatly appreciated.
Thank you!