-
Notifications
You must be signed in to change notification settings - Fork 5
Kafka: troubleshooting
Error logs:
ERROR MultiKafkaSource
- Encountered error in multi kafka thread 0 during read org.apache.kafka.clients.consumer.CommitFailedException
: Commit cannot be completed since the group has already rebalanced and assigned the partitions to another member. This means that the time between subsequent calls to poll()
was longer than the configured max.poll.interval.ms
, which typically implies that the poll loop is spending too much time message processing. You can address this either by increasing the session timeout or by reducing the maximum size of batches returned in poll()
with max.poll.records
.
Solution: Decrease Max Batch Size
(conf.maxBatchSize
) in Source config
Solution: check pipeline config and make sure that all field names are correct and actually present in the data
- Home
- CLI reference
- API
- Kubernetes setup using Helm
- Podman setup
- Creating pipelines
- Test sources
- Data formats (JSON, CSV, AVRO, LOG)
- How to parse logs with grok patterns
- How to store sensitive information
- Automated pipelines creation
- Filtering
- Transformation files
- Fields
- DVP Configuration
- Integrations
- Sending events to Anodot