Support Topic lookup using Pulsar binary protocol - #105
Closed
rdhabalia wants to merge 1 commit into
Closed
Conversation
|
CLA is valid! |
sijie
pushed a commit
to sijie/pulsar
that referenced
this pull request
Mar 4, 2018
* Added Process based container factory * Added java instance log4j * Generate uberjar * Added log directory for process container * Better naming * Corrected java command line * More changes to get things to work * Fixed process args * Temp change that needs to be reverted * Merge conflict * Siwthced to gprc 1.5.0 for netty compat * Getter for ProcessBuilder * Added test * Added container info * Send Internal Server Error if we have trouble with the request * Dont use unsupported apis * Revert changes * Make Thread container as default * Fix build
hrsakai
pushed a commit
to hrsakai/pulsar
that referenced
this pull request
Dec 10, 2020
hangc0276
pushed a commit
to hangc0276/pulsar
that referenced
this pull request
May 26, 2021
Fix apache#95. Make Kafka OffsetCommit and Pulsar backlog align. Add backlog tracker in GroupCoordinator. After fetch message, ack the fetched position. * pass tests * add consumer when sync group * change log level bacck * ignore testSessionTimeout, and opened new issue to track this * bin/kop was accidently deleted, add it back * remove LOOKUP_CACHE when protocol close
2 tasks
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
[Test PR: (Already opened #5) ]
To improve lookup performance: adding lookup API in Pulsar binary protocol for:
Modifications
Result
Result: Client-library can do topic-lookup using pulsar binary protocol.