Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue #2204: support v2 namespace in cpp client #2205

Merged
merged 1 commit into from
Jul 20, 2018

Conversation

zhaijack
Copy link
Contributor

Motivation

In pulsar-client-cpp, TopicName support V2 type, and contains method isV2Topic(), but NamespaceName not support it.
We need to add support for NamespaceName to make it align with java client.

Modifications

  • add v2 support in NamespaceName
  • add test case for it

Result

old behaviour not changed.

@zhaijack
Copy link
Contributor Author

retest this please

@sijie sijie merged commit 41792f1 into apache:master Jul 20, 2018
sijie pushed a commit that referenced this pull request Aug 27, 2018
### Motivation

In pulsar-client-cpp, TopicName support V2 type, and contains method isV2Topic(), but NamespaceName not support it.
We need to add support for NamespaceName to make it align with java client.

### Modifications

- add v2 support in NamespaceName
- add test case for it

### Result

old behaviour not changed.
@sijie
Copy link
Member

sijie commented Aug 27, 2018

merged as c34ad4 to branch-2.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants