Skip to content

Commit

Permalink
Fix partition number in SASL script
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafa committed May 9, 2022
1 parent 0f4a3b8 commit 8e1fb0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test_sasl_auth.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const auth = JSON.stringify({
});
const offset = 0;
// partition and groupID are mutually exclusive
const partition = 1;
const partition = 0;
const groupID = "";
const partitions = 1;
const replicationFactor = 1;
Expand Down

0 comments on commit 8e1fb0c

Please sign in to comment.