When I create a stream in the pipeline and it starts consuming of a topic, it does not appear in the active consmidores of my topic, what do I do so that it appears there?
How I created the stream
CREATE STREAM pipeline_kafka.summary_device_stream(pack json);
SELECT pipeline_kafka.consume_begin('topicSummaryDevice', 'pipeline_kafka.summary_device_stream', format := 'json');