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
After starting such a Sequence and sending some data to topic names (this topic is required by the Sequence) the Instance is caught in an infinite loop, data is being written to topic names and the same data is being read right away. This behavior causes high memory consumption which is not cleared in any way.
Steps to Reproduce
run STH locally DEVELOPMENT=1 sth --no-docker
Running STH in docker DEVELOPMENT=1 sth will eventually lead to Runner crush caused by error:
Describe the bug
The Sequence, which is a topic-consumer and topic-provider at the same time, and uses the same topic name for both, like this:
After starting such a Sequence and sending some data to topic
names
(this topic is required by the Sequence) the Instance is caught in an infinite loop, data is being written to topicnames
and the same data is being read right away. This behavior causes high memory consumption which is not cleared in any way.Steps to Reproduce
DEVELOPMENT=1 sth --no-docker
Running STH in docker
DEVELOPMENT=1 sth
will eventually lead to Runner crush caused by error:data.json
with the content:names
:you should get such an output in the console:
Expected behavior
The possibility of giving the same name for topic
provides
andrequires
should be blocked:Version (please complete the following information):
0.30.1
v16.17.0
The text was updated successfully, but these errors were encountered: