Uploaded image for project: 'Kafka'
  1. Kafka
  2. KAFKA-18096

Allow new consumer to join group after subscribe to pattern if no matching topics

    XMLWordPrintableJSON

Details

    Description

      Currently the new consumer won't transition to joining after a call to subscribe with Pattern if there are no matching topics. This was because the coordinator does not allow to join without topics (or regex). If that validation is removed from the broker with KAFKA-18095, we should update the consumer so that it attempts to join in that case.

       

      This should allow to enable this test for the new consumer https://github.com/apache/kafka/blob/866d66229da658a5eb1fcb9da28624dd8d2f3e2a/core/src/test/scala/integration/kafka/api/AuthorizerIntegrationTest.scala#L1053

      Attachments

        Issue Links

          Activity

            People

              lianetm Lianet Magrans
              lianetm Lianet Magrans
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: