FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Encapsulating a notion of "message batch" in pub/sub by sduskis · Pull Request #4951 · googleapis/google-cloud-java · GitHub

Encapsulating a notion of "message batch" in pub/sub - #4951

Merged
sduskis merged 3 commits into
googleapis:masterfrom
sduskis:refactor_message_batch
Apr 16, 2019
Merged

Encapsulating a notion of "message batch" in pub/sub#4951
sduskis merged 3 commits into
googleapis:masterfrom
sduskis:refactor_message_batch

Conversation

sduskis commented Apr 15, 2019

Copy link
Copy Markdown
Contributor

This is inspired by the changes in the ordering keys branch.

@kimkyung-goog, FYI

This is inspired by the changes in the ordering keys branch.
sduskis requested a review from a team April 15, 2019 15:53
googlebot added the cla: yes This human has signed the Contributor License Agreement. label Apr 15, 2019

codecov Bot commented Apr 15, 2019
edited
Loading

Copy link
Copy Markdown

Codecov Report

❗ No coverage uploaded for pull request base (master@2fc4e55). Click here to learn what that means.
The diff coverage is 96.96%.

@@            Coverage Diff            @@
##             master    #4951   +/-   ##
=========================================
  Coverage          ?   50.05%           
  Complexity        ?    23699           
=========================================
  Files             ?     2233           
  Lines             ?   226002           
  Branches          ?    24228           
=========================================
  Hits              ?   113128           
  Misses            ?   103533           
  Partials          ?     9341
Impacted Files Coverage Δ Complexity Δ
...ain/java/com/google/cloud/pubsub/v1/Publisher.java 81.97% <96.96%> (ø) 45 <0> (?)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2fc4e55...4da3c2e. Read the comment docs.

private int getMessagesCount() {
return messages.size();
}
};

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Minor nitpick: semicolon at the end of class definition is not required (and not common) in Java.
Otherwise, this looks good to me.

sduskis merged commit b1ebd2d into googleapis:master Apr 16, 2019
sduskis deleted the refactor_message_batch branch April 22, 2019 22:16
meltsufin pushed a commit that referenced this pull request Apr 29, 2026
* Encapsulating a notion of "message batch" in pub/sub
This is inspired by the changes in the ordering keys branch.

* Update Publisher.java
meltsufin pushed a commit that referenced this pull request May 1, 2026
* Encapsulating a notion of "message batch" in pub/sub
This is inspired by the changes in the ordering keys branch.

* Update Publisher.java
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

Labels

cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants


Back | FazBrowse Home | New Git URL