Question about redpanda-console setup #17234
Unanswered
calvin2021y
asked this question in
F.A.Q.
Replies: 2 comments
-
some how after reboot, I can see the brokers now. but I can not create topic. Stack (Decoded)
find (components/pages/topics/Topic.List.tsx:435:13)
tryGetBrokerConfig (components/pages/topics/Topic.List.tsx:521:42)
call (../node_modules/mobx/src/core/derivation.ts:183:23)
trackDerivedFunction (../node_modules/mobx/src/core/computedvalue.ts:250:18)
computeValue_ (../node_modules/mobx/src/core/computedvalue.ts:218:30)
trackAndCompute (../node_modules/mobx/src/core/computedvalue.ts:183:25)
get (../node_modules/mobx/src/types/observableobject.ts:122:38)
getObservablePropValue_ (../node_modules/mobx/src/types/observableobject.ts:706:35)
key (../node_modules/mobx/src/types/observableobject.ts:183:28)
get_ (../node_modules/mobx/src/types/dynamicobject.ts:30:30) |
Beta Was this translation helpful? Give feedback.
0 replies
-
after I change to this: kafka_api:
- address: 192.168.0.11
port: 19092
name: default
authentication_method: sasl and add password for now I am try find out ACL from redpanda console. |
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
-
I setup with listener auth:
I expect only kafka tls port provde sasl auth. other port is not allow to visit by outside.
my redpanda-console-config.yaml
my problem is, after this setup, the redpanda-console webpages can not find the brokers. (no brokers or toplic), I can find the redpanda is work with rpk.
Any tips how to fix this ?
Beta Was this translation helpful? Give feedback.
All reactions