Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Apache Flumeソースとシンクの間でイベントを渡すために使用しています。Avroプロトコルを使用しています。経由RpcClientで複数のイベントを渡していますが、より多くのイベントを渡すと、チャネルがオフラインになり、接続エラーが表示されるという問題に直面しました。プールされた接続を作成して、永久にアクティブのままにする方法はありますか?
Apache Flume
Avro
RpcClient