kafka-ui
kafka-ui copied to clipboard
Connection problems when using kubectl port-forward
Issue submitter TODO list
- [X] I've looked up my issue in FAQ
- [X] I've searched for an already existing issues here
- [X] I've tried running
master-labeled docker image and the issue still persists there - [X] I'm running a supported version of the application which is listed here
Describe the bug (actual behavior)
- connect to kafka ui with
kubectl port-forward - select a topic and go to messages section
- start watching messages and use the next button to go to the next pages
- if you repeat that, the kafka UI goes to an unresponsive state
this problem is fixed when using kafka UI from ingress
Expected behavior
searching and viewing messages should work properly when connecting to Kafka UI with kubectl port-forward
Your installation details
app version: 83b5a60 helm chart: kafka-ui-0.7.6
Steps to reproduce
- connect to kafka ui with
kubectl port-forward - select a topic and go to messages section
- start watching messages and use the next button to go to the next pages
- if you repeat that, the kafka UI goes to an unresponsive state
Screenshots
Logs
No response
Additional context
No response