Skip to content

Commit

Permalink
Merge pull request #1463 from sankalpbhatia/master
Browse files Browse the repository at this point in the history
Downgrade RoundRobinAssigner to version 0 so that MemberMetadata adhe…
  • Loading branch information
Nevon committed Oct 17, 2022
2 parents 4abd8e4 + ca37eb5 commit a963bd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/consumer/assigners/roundRobinAssigner/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const { MemberMetadata, MemberAssignment } = require('../../assignerProtocol')
*/
module.exports = ({ cluster }) => ({
name: 'RoundRobinAssigner',
version: 1,
version: 0,

/**
* Assign the topics to the provided members.
Expand Down

0 comments on commit a963bd8

Please sign in to comment.