Skip to content

Commit

Permalink
Revert back changes
Browse files Browse the repository at this point in the history
  • Loading branch information
akrambek committed Feb 29, 2024
1 parent cbfc080 commit 7b36c26
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ connect "zilla://streams/net0"

connected

write 21 # size
write 26 # size
3s # metadata
5s # v5
${newRequestId}
-1s # no client id
5s "zilla" # client id
1 # topics
4s "test" # "test" topic
[0x00] # allow_auto_topic_creation
Expand Down Expand Up @@ -74,15 +74,18 @@ write zilla:begin.ext ${proxy:beginEx()
.sourcePort(0)
.destinationPort(9092)
.build()
.info()
.authority("broker1.example.com")
.build()
.build()}

connected

write 7278
write 7283
0s
3s
${newRequestId}
-1s
5s "zilla" # client id
-1s
0s # acks
${produceWaitMax}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ accepted

connected

read 21 # size
read 26 # size
3s # metadata
5s # v5
(int:requestId)
-1s # no client id
5s "zilla" # client id
1 # topics
4s "test" # "test" topic
[0x00] # allow_auto_topic_creation
Expand Down Expand Up @@ -61,7 +61,7 @@ write 97 # size

accepted

read zilla:begin.ext ${proxy:beginEx()
read zilla:begin.ext ${proxy:matchBeginEx()
.typeId(zilla:id("proxy"))
.addressInet()
.protocol("stream")
Expand All @@ -70,15 +70,18 @@ read zilla:begin.ext ${proxy:beginEx()
.sourcePort(0)
.destinationPort(9092)
.build()
.info()
.authority("broker1.example.com")
.build()
.build()}

connected

read 7278
read 7283
0s
3s
(int:requestId)
-1s
5s "zilla" # client id
-1s
[0..2]
[0..4]
Expand Down

0 comments on commit 7b36c26

Please sign in to comment.