Skip to content

Are all the redpanda nodes equal? #3127

Answered by emaxerrno
mikeTWC1984 asked this question in Q&A
Discussion options

You must be logged in to vote

hi @mikeTWC1984 - indeed! all nodes are the same. That's by design.

It doesn't mean all nodes do the same work! it just means that deploying redpanda is super easy.

Internally we figure out multiple roles.

  1. coordinator for consumer groups
  2. coordinator for the cluster / controller / for partition assignments
  3. every partition is its own separate raft group
  4. transaction coordinator
  5. etc
  6. etc

The list is very large, but you simply don't have to worry. This is figured out automatically during our bootstrap process.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by mikeTWC1984
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants