forked from apache/pulsar
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[pulsar-proxy]Add the LookupProxyHandler handle getSchema request and…
… test (apache#4083) ### Motivation In order to support apache#3742 apache#3876. Now, proxy handle ProxyLookupRequests don't support GetSchema. ### Modifications Add the getSchema method implementation in ProxyConnection ### Verifying this change Add new a test in ProxyTest testGetSchema() ### Dependencies (does it add or upgrade a dependency): (yes / no) The public API: (no) The schema: (no) The default values of configurations: (no) The wire protocol: (no) The rest endpoints: (yes) The admin cli options: (no) Anything that affects deployment: (no) ### Documentation Does this pull request introduce a new feature? (no) If yes, how is the feature documented? (no) If a feature is not documented yet in this PR, please create a followup issue for adding the documentation
- Loading branch information
1 parent
7b2bf95
commit 1e097cb
Showing
3 changed files
with
151 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters