You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When the application is restarted, using the same ApplicationId, previously stored data in Apache Kafka Streams can impact the behavior of the application.
To Reproduce
Steps to reproduce the behavior:
Change the test program adding/removing some values at the end of the current queries (e.g. add 100 items)
Execute the test program
Execute again the test program
The following trace does not report the current values (expected 1000), but reports something like KafkaEnumerator - ApproximateNumEntries 1100 which means the stream application had stored the latest test done
Expected behavior
The stream application shall be resetted before
Describe the bug
When the application is restarted, using the same
ApplicationId
, previously stored data in Apache Kafka Streams can impact the behavior of the application.To Reproduce
Steps to reproduce the behavior:
Expected behavior
The stream application shall be resetted before
KEFCore/test/KEFCore.Test/Program.cs
Line 60 in 6c01278
This can be done manually from command-line or KNet shall be enhanced to do that programmatically.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
N/A
The text was updated successfully, but these errors were encountered: