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
Small-term fix: add fromOffset: latest in the consumer config.
Calling this small term-fix as it is now creating multiple records of consumer vs offset on the kafka-server for each run, which is not the desired behaviour.
Steps to reproduce:
Cause: Since we're adding new consumers (engines), Kafka delivers the older messages to the engines.
Possible fix: Let the orchestrator delete the simulation requests after the simulation finishes.
The text was updated successfully, but these errors were encountered: