pulsar-dotpulsar icon indicating copy to clipboard operation
pulsar-dotpulsar copied to clipboard

Support for automatic subscription updates when subscribing with a topic pattern

Open ilievo opened this issue 10 months ago • 1 comments

Description

The recently added feature to support topic pattern subscriptions is not functioning correctly. While the client successfully subscribes to multiple topics using the pattern subscription type, it does not dynamically update the list of subscribed topics. When new topics matching the pattern are added, the client fails to detect them automatically and requires a restart/recreate to recognize the changes.

Reproduction Steps

  1. Subscribe to multiple topics using a pattern-based subscription.
  2. Add new topics that match the pattern.
  3. Observe that the client does not detect the newly added topics.

Expected behavior

The client should automatically detect and subscribe to new topics matching the pattern without requiring a restart/recreate.

Actual behavior

When new topics matching the pattern are added, the client fails to detect them automatically and requires a restart/recreate to recognize the changes.

Regression?

No response

Known Workarounds

No response

Configuration

No response

Other information

No response

ilievo avatar Feb 27 '25 15:02 ilievo

Client Version 4.0.2

david-streamlio avatar Jun 18 '25 18:06 david-streamlio