forked from apache/pulsar
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Unit test use bkshade jar #2
Closed
Closed
Conversation
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
* Support setting private key content in athenz client plugin * added privateKey field to authParams in athenz client plugin
* Remove Managed Ledger metadata text format * MockZookeeper should store values as byte[] and not convert to String
…apache#714) * Add msgAck and redelivery debug-logs And add topic-name in debug-logs
…no change in code logic (apache#724)
* Validate dynamic-configuration value while updating or init
…apache#726) * Handle NPE at load-manager when leader couldn't find available broker * avoid throwing exception * return empty lookup-result if broker not found
- add `event_time` field in message metadata proto - expose `setEventTime` in MessageBuilder - expose `getEventTime` in Message - add event_time test cases for message & message builder
* Update `protobuf/README.md` *Problem*: the cpp protobuf files are automatically generated by Cmake. we don't need extra instructions for generating cpp files. *Solution*: Remove the content about cpp from `protobuf/README.md` * Update comment - "C++ code is automatically generated by cmake" * Address comment
* Added reader endpoint description to WebSocket.md * Fixed sample code in WebSocket.md * Use on('message',listener) in node.js sample code
* Reader API for C++ clienReader API for C++ clientt * Fixed compile error with listener function * Fixed compile errors and PR comments * Fixed conversion between MessageId and BatchMessageId * Removed usage of std::tie * Revert change in BatchMessageId since it breaks the tracker * Increase available permits only once
BK changes: * Issue apache#372: Allow to configure advertised address in bookies * Fix DoubleByteBuf readableBytes()
sijie
pushed a commit
that referenced
this pull request
Mar 4, 2018
sijie
pushed a commit
that referenced
this pull request
Mar 4, 2018
* Create pulsar-functions module (#1) * Create pulsar-functions module * rename `sdk` package to `api` * Added the first cut of the Java interface for Pulsar functions (#2) * Added the first cut of the Spawner * Added more func * Use already existing FunctionConfig * ompiling version * Rationalized the use of data structures * Completed Spawner * Fixed the unittest
sijie
pushed a commit
that referenced
this pull request
Mar 4, 2018
sijie
pushed a commit
that referenced
this pull request
Mar 4, 2018
sijie
pushed a commit
that referenced
this pull request
Mar 4, 2018
sijie
pushed a commit
that referenced
this pull request
Mar 4, 2018
sijie
pushed a commit
that referenced
this pull request
Mar 4, 2018
sijie
pushed a commit
that referenced
this pull request
Mar 4, 2018
sijie
pushed a commit
that referenced
this pull request
Mar 4, 2018
sijie
pushed a commit
that referenced
this pull request
Mar 4, 2018
sijie
pushed a commit
that referenced
this pull request
Mar 4, 2018
sijie
pushed a commit
that referenced
this pull request
Mar 4, 2018
sijie
pushed a commit
that referenced
this pull request
Mar 4, 2018
sijie
pushed a commit
that referenced
this pull request
Mar 4, 2018
sijie
pushed a commit
that referenced
this pull request
Mar 4, 2018
sijie
pushed a commit
that referenced
this pull request
Mar 4, 2018
sijie
pushed a commit
that referenced
this pull request
Mar 4, 2018
sijie
pushed a commit
that referenced
this pull request
Mar 4, 2018
sijie
pushed a commit
that referenced
this pull request
Mar 4, 2018
sijie
pushed a commit
that referenced
this pull request
Mar 4, 2018
sijie
pushed a commit
that referenced
this pull request
Mar 4, 2018
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.
Modifications
can run unit test directly use bk-shade jar