問題タブ [kafka-python]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
2 に答える
13450 参照

python - Kafka 10 - 認証と認可を備えた Python クライアント

SASL_SSL (Authentication( JAAS ) および Authorization) が有効になっている Kafka10 クラスターがあります。以下の小道具でJavaクライアントを使用してSASL経由で接続できます。

JVM パラメータを介して JAAS conf ファイルを渡します。

Pythonクライアントで同じことを達成する方法はありますか?