apache / apache/pulsar-client-python
does pulsar python support SASL?
- 主要語言
- Python
- 星號
- 75
- 分支
- 53
- PR 合併指標
- 30 天內沒有已合併 PR
描述
auth_config = {
'saslJaasClientSectionName': 'PulsarClient',
'serverType': 'broker',
'kerberosServiceName': 'pulsar',
'useKeyTab': 'true',
'keyTab': 'D:\\user.keytab',
'principal': 'test'
}
client = pulsar.Client('pulsar://127.0.0.1:6650',authentication=pulsar.Authentication(
'org.apache.pulsar.client.impl.auth.AuthenticationSasl',
str(auth_config)
))
and i get
lib\Authentication:190 | Couldn't load auth plugin org.apache.pulsar.client.impl.auth.AuthenticationSasl
貢獻指南
研究方向
從發生所回報的外掛程式載入錯誤的 lib\Authentication:190 開始,檢查如何探索及支援 Python 驗證外掛程式。判定目前是否支援 SASL,並找出需要驗證的相關驗證路徑。當透過可運作的連線或清楚記錄的限制回答 SASL 支援問題時,即視為完成。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- python
- 領域
- distributed-systems
- Issue 類型
- 功能
- 難度
- 4/5
- 預估耗時
- 3-5 天
- 活躍度
- 停滯
- 描述清晰度
- 需要釐清
- 新手友好度
- 30/100