Skip to content

Release v3.1.0

Compare
Choose a tag to compare
@thrawn01 thrawn01 released this 28 Aug 14:20
· 260 commits to master since this release
06d3391

Fixes an election issue that scout encounters when an elected leader is unable to retrieve offsets from kafka-pixy. When it can't pull the offsets, it calls Concede(), Previously when this happen election library would never campaign to be leader again. Thus eventually all the scout nodes would lose leadership and the cluster would become leader less.