thiagohernandes opened a new issue #13154: URL: https://github.com/apache/pulsar/issues/13154
**Describe the bug** I created a sample generic class to use in some anothers beans. However, the subscription type of a consumer haven't working correctly. Below the images:    **To Reproduce** Steps to reproduce the behavior: 1. Declare instance of the generic class; 2. Instantiate a producer method 3. Instantiate two consumers method **Expected behavior** Emit an error when trying to create the second consumer while a first consumer of subscription type "Exclusive" have been created. **Desktop (please complete the following information):** - Linux, Java 11 - IDE Intellij Jetbrains -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
