以下のコマンドを使用してコネクタを起動しながら、Confluent Platform 3.3 を Kafka コネクタとして使用しています。
./bin/connect-standalone ./etc/schema-registry/connect-avro-standalone.properties ./etc/kafka-connect-jdbc/connect-jdbc-source.properties
以下のエラーを取得する
ERROR Server died unexpectedly: (io.confluent.kafka.schemaregistry.rest.SchemaRegistryMain:52)
org.apache.kafka.common.errors.TimeoutException: Timeout expired while fetching topic metadata
[2017-10-30 13:49:56,178] ERROR Failed to send HTTP request to endpoint: http://localhost:8081/subjects/jdbc-source-accounts-value/versions
(io.confluent.kafka.schemaregistry.client.rest.RestService:156)
Zookeeper は kafka クライアント 2181 ポートで実行されており、以下のコマンドでスキーマを開始しようとしました
./bin/schema-registry-start ./etc/schema-registry/schema-registry.properties &
しかし、エラー メッセージは表示されませんでしたが、ポート 8081 が起動しませんでした。これを整理するのを手伝ってください。