Cannot get consumer list on certain kafka cluster
Open
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 4k
- Forks
- 818
- Avg merge
- 1h 14m
- Merged PRs (30d)
- 1
Description
The config:
[general]
pidfile="burrow.pid"
[zookeeper]
servers=[ "localhost:2181" ]
timeout=6
root-path="/burrow"
[evaluator.mystorage]
class-name="caching"
minimum-complete=1.0
[cluster.test]
class-name="kafka"
servers=[ "localhost:9092" ]
[consumer.test]
class-name="kafka"
cluster="test"
servers=[ "localhost:9092" ]
[consumer.consumer-group-id]
class-name="kafka"
cluster="test"
servers=[ "localhost:9092" ]
[httpserver.default]
address=":8000"
timeout=300
[storage.default]
class-name="inmemory"
workers=20
intervals=30
min-distance=60
From the screenshot we can see that the consumer offset is committed
Any insight of this?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the consumer-list failure with the supplied Burrow configuration and the affected Kafka cluster, using the committed offset shown in the screenshot as the comparison point. Done means the consumer list is returned correctly for this configuration and the reported offset remains visible.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go, kafka
- Domain
- stream-processing
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100