Skip to content

Commit 3039621

Browse files
committed
Polish code
1 parent cec1668 commit 3039621

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.asf.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,3 @@ github:
99
projects: true
1010
protected_branches:
1111
main: {}
12-

.clang-format

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ Language: Proto
22
ColumnLimit: 120
33
SpacesInContainerLiterals: false
44
AllowShortFunctionsOnASingleLine: None
5-
ReflowComments: false
5+
ReflowComments: false

ChangeLog.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
Changes:
1+
# Changelog
2+
23
1. v1 --> v2
34
2. rpc ReceiveMessage(ReceiveMessageRequest) returns (stream ReceiveMessageResponse) {}
45
3. Removed Nack RPC to honor ChangeInvisibleDuration RPC in consistent way;
@@ -8,7 +9,7 @@ Changes:
89
7. FIFO flags moved from HeartbeatRequest to ConsumerData
910
8. Removed MessageModel enumeration as concept of broadcasting is totally deprecated;
1011
9. Enums field number = 0 is redefined to meet requirement [Each enum value should end with a semicolon, not a comma. Prefer prefixing enum values instead of surrounding them in an enclosing message. The zero value enum should have the suffix UNSPECIFIED.](https://developers.google.com/protocol-buffers/docs/style)
11-
10. Nested enumerations are externalized due to the same guide item as above.
12+
10. Nested enumerations are externalized due to the same guide item as above.
1213

1314
Remaining Issues:
14-
How server publishes conf and conf changes to clients
15+
How server publishes conf and conf changes to clients.

java/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.0-SNAPSHOT
1+
2.0.0-SNAPSHOT

0 commit comments

Comments
 (0)