WARN [Consumer clientId=consumer-1, groupId=console-consumer-950] Connection to node -1 could not be
kafka報錯內容:
WARN [Consumer clientId=consumer-1, groupId=console-consumer-950] Connection to node -1 could not be established. Broker may not be available.
這是因為你的配置檔案中的PLAINTEXT跟你請求的內容不同。舉例來說,我在配置檔案裡配置的listeners=PLAINTEXT://10.127.96.151:9092,但是我想測試的時候請求的是./kafka-console-consumer.sh --bootstrap-server
localhost:9092 --topic topic1 --from-beginning
正確的應該是./kafka-console-consumer.sh --bootstrap-server 10.127.96.151:9092 --topic topic1 --from-beginning
相關文章
- Connection could not be established with host 求救
- 關於The Network Adapter could not establish connection。APT
- 請高手指點A connection to the database could not be madeDatabase
- SQLDeloper IO 錯誤: The Network Adapter could not establish the connectionSQLAPT
- IO Exception: The Network Adapter Could Not Establish a Connection_604155.1ExceptionAPT
- lightdb WARNING: could not establish connection after 30000 ms
- iOS-拉outlet到程式碼區錯誤:Could not insert new outlet connection: Could not find any...iOS
- TNS-12518: TNS:listener could not hand off client connectionclient
- TNS-12518 TNS listener could not hand off client connectionclient
- ORA-12518: TNS:listener could not hand off client connectionclient
- ORA-12518, TNS:listener could not hand off client connectionclient
- iOS Xcode, 解決“Could not insert new outlet connection”的問題。iOSXCode
- MSSQLServer 上討厭的錯誤error: 40 - Could not open a connection to SQL ServerSQLServerError
- sql developer連結不上oracle 報 The Network Adapter could not establish the connectionSQLDeveloperOracleAPT
- Kafka ConsumerKafka
- Oracle11g新增事件CLIENTID_OVERWRITEOracle事件client
- 1 Million TCP Connection 問題解決TCP
- oracle出異常:Io 異常: The Network Adapter could not establish the connection 解決辦法OracleAPT
- 記一次解決:TNS-12518: TNS:listener could not hand off client connectionclient
- Kafka Producer ConsumerKafka
- Developers community number 1 connection string referenceDeveloperUnity
- TNS-12518: TNS:listener could not hand off client connection For ORACLE 10G (AIX6.1)clientOracle 10gAI
- [Vue warn]: $attrs is readonly;Webpack externals 配置VueWeb
- A Prototype of Producer-Consumer
- NODE Stream流總結(1)
- Introduction to Node.js(1)Node.js
- _002_Log4j_解決log4j:WARN No appenders could be found for logger (org.springframework.web.context.ContAPPSpringFrameworkWebContext
- 11G dbconsole 報錯處理: WARN http: snmehl_connect: connect failed to (ehrprod:1158): Connection refusedHTTPAI
- oracle 安裝的時候出現PRVF-0002 : could not retrieve local node nameOracle
- npm WARN unmet dependency錯誤解決方法NPM
- Git bash Error: Could not fork child process: There are no available terminals (-1)GitErrorAI
- hadoop報:could only be replicated to 0 nodes, instead of 1Hadoop
- An Enhanced Prototype of Producer-Consumer
- alpakka-kafka(2)-consumerKafka
- Predicate和Consumer應用
- JCSA-Journal of Consumer AffairsAI
- Connection
- Oracle 12c安裝報錯?[FATAL] PRVF-0002 : could not retrieve local node nameOracle