| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
This is inspired by the changes in the ordering keys branch.
Codecov Report
@@ Coverage Diff @@
## master #4951 +/- ##
=========================================
Coverage ? 50.05%
Complexity ? 23699
=========================================
Files ? 2233
Lines ? 226002
Branches ? 24228
=========================================
Hits ? 113128
Misses ? 103533
Partials ? 9341
Continue to review full report at Codecov.
|
Sorry, something went wrong.
| private int getMessagesCount() { | ||
| return messages.size(); | ||
| } | ||
| }; |
There was a problem hiding this comment.
Minor nitpick: semicolon at the end of class definition is not required (and not common) in Java.
Otherwise, this looks good to me.
Sorry, something went wrong.
* Encapsulating a notion of "message batch" in pub/sub This is inspired by the changes in the ordering keys branch. * Update Publisher.java
* Encapsulating a notion of "message batch" in pub/sub This is inspired by the changes in the ordering keys branch. * Update Publisher.java
| Back | FazBrowse Home | New Git URL |
This is inspired by the changes in the ordering keys branch.
@kimkyung-goog, FYI