Replies: 1 comment
-
Hi,
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I used docker to deploy the kafka service on the 162 server and the 179 server respectively, kafka-ui is deployed on 162, but kafka-ui can't connect to 179, the corresponding requesthttp://...162:8082/api/clusters returns an error message: "lastError": {
"message": "Error while creating AdminClient for Cluster ...179",
"stackTrace": "java.lang.IllegalStateException: Error while creating AdminClient for Cluster ..*.179ntat com.provectus.kafka.ui.service.AdminClientServiceImpl. lambda$createAdminClient$5(AdminClientServiceImpl.java:56)ntat reactor.core.publisher.Mono.lambda$onErrorMap$28(Mono.java:3783)ntat reactor.core.publisher.FluxOnErrorResume$ResumeSubscriber.onError(FluxOnErrorResume.java:94)ntat reactor.core.publisher.MonoPeekTerminal$MonoTerminalPeekSubscriber.onError(MonoPeekTerminal.java:258)ntat reactor.core.publisher.FluxMap$MapConditionalSubscriber.onError(FluxMap.java:265)ntat reactor.core.publisher.Operators$MonoSubscriber.onError(Operators.java:1886)ntat reactor.core.publisher.MonoCacheTime$CoordinatorSubscriber.signalCached( MonoCacheTime.java:3
Beta Was this translation helpful? Give feedback.
All reactions