kafkajs/src/consumer/__tests__/subscribe.spec.js Lines 57 to 97 in 0ff0d40 describe('with regex', () => { it('subscribes to all matching topics', async () => { const testScope = secureRandom() const topicUS = `pattern-${testScope}-us-${secureRandom()}` const topicSE...