wuzhanpeng opened a new pull request #13208:
URL: https://github.com/apache/pulsar/pull/13208
Related to #12252
### Motivation
I found that the problem mentioned in #12252 has not been solved, because
the `HEARTBEAT_NAMESPACE_PATTERN` pattern needs a namespace as input, but what
actually provides is the full name of the bundle.
### Modifications
1. fix the parttern matching problem
2. add a test case for it
### Verifying this change
This change is already covered by existing tests.
### Does this pull request potentially affect one of the following parts:
*If `yes` was chosen, please highlight the changes*
- Dependencies (does it add or upgrade a dependency): (yes / no)
- The public API: (yes / no)
- The schema: (yes / no / don't know)
- The default values of configurations: (yes / no)
- The wire protocol: (yes / no)
- The rest endpoints: (yes / no)
- The admin cli options: (yes / no)
- Anything that affects deployment: (yes / no / don't know)
### Documentation
- [x] `no-need-doc`
Just a simple fix.
--
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]