Description
We have seen a case where the consumer subscribes to an empty string pattern:
```
[Consumer ... ] Subscribed to pattern: ''
```
which doesn't make any sense and usually indicate a configuration error. The `consumer.subscribe(pattern)` call should fail with illegal argument for this case.
Attachments
Issue Links
- links to