Vector should subscribe to any number of topics and just work. This might be also issue in rdkafka.
Actual Behavior
Vector segfaults when consumer group is settled.
Example Data
Additional Context
Running with hundreds of topics works fine but as number of topics grown to 1200, it started to segfault after restart. Until that, it was working properly.
Reducing number of consumed topics fixes the issue.
Vector Version
Vector Configuration File
Debug Output
Expected Behavior
Vector should subscribe to any number of topics and just work. This might be also issue in rdkafka.
Actual Behavior
Vector segfaults when consumer group is settled.
Example Data
Additional Context
Running with hundreds of topics works fine but as number of topics grown to 1200, it started to segfault after restart. Until that, it was working properly.
Reducing number of consumed topics fixes the issue.
References