Troubleshooting
Common issues and solutions for Korvet.
Connection Issues
Performance Issues
Data Issues
Messages not appearing
Symptoms: Produced messages don’t show up when consuming
Solutions:
-
Check topic exists:
kafka-topics --bootstrap-server localhost:9092 --list -
Verify partition assignment
-
Check consumer is reading from correct offset
-
Enable debug logging:
export LOGGING_LEVEL_COM_REDIS_KORVET=DEBUG
Resource Issues
Getting Help
If you can’t resolve the issue:
-
Check logs with debug level enabled
-
Collect metrics from
/actuator/prometheus -
File an issue at https://github.com/redis-field-engineering/korvet-dist/issues