Skip to content

Commit

Permalink
Fix default session timeout value
Browse files Browse the repository at this point in the history
  • Loading branch information
akrambek committed Dec 8, 2023
1 parent 8c5cac0 commit c23861f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ write 82 # size
${newRequestId}
5s "zilla" # client id
4s "test" # consumer group
0 # session timeout
6000 # session timeout
4000 # rebalance timeout
0s # consumer group member
5s "zilla" # group instance id
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ read 82 # size
(int:newRequestId)
5s "zilla" # client id
4s "test" # consumer group
0 # session timeout
6000 # session timeout
4000 # rebalance timeout
0s # consumer group member
5s "zilla" # group instance id
Expand Down

0 comments on commit c23861f

Please sign in to comment.