Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can not connect kafka from UI #4420

Open
4 tasks done
doremiks7 opened this issue Mar 27, 2024 · 2 comments
Open
4 tasks done

Can not connect kafka from UI #4420

doremiks7 opened this issue Mar 27, 2024 · 2 comments
Labels
status/triage Issues pending maintainers triage type/bug Something isn't working

Comments

@doremiks7
Copy link

Issue submitter TODO list

  • I've looked up my issue in FAQ
  • I've searched for an already existing issues here
  • I've tried running master-labeled docker image and the issue still persists there
  • I'm running a supported version of the application which is listed here

Describe the bug (actual behavior)

log error from docker compose
kafka-ui | 2024-03-27 02:40:10,705 INFO [main] o.s.b.a.e.w.EndpointLinksResolver: Exposing 2 endpoint(s) beneath base path '/actuator'
kafka-ui | 2024-03-27 02:40:10,757 INFO [main] o.s.b.a.s.r.ReactiveUserDetailsServiceAutoConfiguration:
kafka-ui |
kafka-ui | Using generated security password: b236acbf-a7dd-42f3-a22c-32a4fe9ef4ff
kafka-ui |
kafka-ui | 2024-03-27 02:40:10,959 WARN [main] c.p.k.u.c.a.DisabledAuthSecurityConfig: Authentication is disabled. Access will be unrestricted.

please help me for this problem

Expected behavior

No response

Your installation details

zookeeper:
image: wurstmeister/zookeeper
container_name: zookeeper
ports:
- "2181:2181"
kafka:
image: wurstmeister/kafka
container_name: kafka
ports:
- "9092:9092"
depends_on:
- zookeeper
environment:
KAFKA_ADVERTISED_HOST_NAME: localhost
KAFKA_ZOOKEEPER_CONNECT: zookeeper:2181
kafka-ui:
image: provectuslabs/kafka-ui
container_name: kafka-ui
ports:
- "8090:8080"
depends_on:
- kafka
- zookeeper
environment:
KAFKA_CLUSTER_0_NAME: local
KAFKA_CLUSTER_0_BOOTSTRAP_SERVERS: kafka:9092
KAFKA_CLUSTER_0_ZOOKEEPER: zookeeper:2181
KAFKA_BROKERCONNECT: kafka:9092

Steps to reproduce

zookeeper:
image: wurstmeister/zookeeper
container_name: zookeeper
ports:
- "2181:2181"
kafka:
image: wurstmeister/kafka
container_name: kafka
ports:
- "9092:9092"
depends_on:
- zookeeper
environment:
KAFKA_ADVERTISED_HOST_NAME: localhost
KAFKA_ZOOKEEPER_CONNECT: zookeeper:2181
kafka-ui:
image: provectuslabs/kafka-ui
container_name: kafka-ui
ports:
- "8090:8080"
depends_on:
- kafka
- zookeeper
environment:
KAFKA_CLUSTER_0_NAME: local
KAFKA_CLUSTER_0_BOOTSTRAP_SERVERS: kafka:9092
KAFKA_CLUSTER_0_ZOOKEEPER: zookeeper:2181
KAFKA_BROKERCONNECT: kafka:9092

Screenshots

image

Logs

kafka-ui | 2024-03-27 02:40:10,705 INFO [main] o.s.b.a.e.w.EndpointLinksResolver: Exposing 2 endpoint(s) beneath base path '/actuator'
kafka-ui | 2024-03-27 02:40:10,757 INFO [main] o.s.b.a.s.r.ReactiveUserDetailsServiceAutoConfiguration:
kafka-ui |
kafka-ui | Using generated security password: b236acbf-a7dd-42f3-a22c-32a4fe9ef4ff
kafka-ui |
kafka-ui | 2024-03-27 02:40:10,959 WARN [main] c.p.k.u.c.a.DisabledAuthSecurityConfig: Authentication is disabled. Access will be unrestricted.

Additional context

No response

@doremiks7 doremiks7 added status/triage Issues pending maintainers triage type/bug Something isn't working labels Mar 27, 2024
Copy link

Hello there doremiks7! 👋

Thank you and congratulations 🎉 for opening your very first issue in this project! 💖

In case you want to claim this issue, please comment down below! We will try to get back to you as soon as we can. 👀

@doremiks7
Copy link
Author

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status/triage Issues pending maintainers triage type/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant