You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
INFO[0430] Broker notification of Closed consumer: [1] local_addr="[::1]:63062" remote_addr="pulsar://localhost:6650"
INFO[0430] [Reconnecting to broker in 100ms] consumerID=1 name=wfidv subscription=regexconsumer topic="persistent://testtenant/logs/topic1"
INFO[0430] [Connected consumer] consumerID=1 name=wfidv subscription=regexconsumer topic="persistent://testtenant/logs/topic1"
INFO[0430] [Reconnected consumer to broker] consumerID=1 name=wfidv subscription=regexconsumer topic="persistent://testtenant/logs/topic1"
And the topic is still there:
$ pulsarctl topics list testtenant/logs
+-------------------------------------+---------------+
| TOPIC NAME | PARTITIONED ? |
+-------------------------------------+---------------+
| persistent://testtenant/logs/topic1 | N |
| persistent://testtenant/logs/topic2 | N |
+-------------------------------------+---------------+
Expected behavior
My understanding from #226 is that regex/pattern consumers should be applying this flag so that they will not do this. The topic should not be re-created.
Actual behavior
As above. Topic is re-created.
System configuration
Pulsar version: 2.8.0-SNAPSHOT (head)
The text was updated successfully, but these errors were encountered:
Original Issue: apache#432
Steps to reproduce
Initialize a standalone cluster and create some entities:
Create a client with the following code (I have it in a directory called
rexconsumer
):start the consumer:
Create some topics and verify they are there:
Now force-delete one of the topics:
In the consumer you will see:
And the topic is still there:
Expected behavior
My understanding from #226 is that regex/pattern consumers should be applying this flag so that they will not do this. The topic should not be re-created.
Actual behavior
As above. Topic is re-created.
System configuration
Pulsar version: 2.8.0-SNAPSHOT (head)
The text was updated successfully, but these errors were encountered: