mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 16:36:21 +02:00
Fix merge issues with api-key, conflicts with librarian changes (#309)
This commit is contained in:
parent
617eb7efd5
commit
5575e885e5
11 changed files with 8 additions and 23 deletions
|
|
@ -35,6 +35,8 @@ class BaseProcessor:
|
|||
log_level = params.get("log_level", LogLevel.INFO)
|
||||
|
||||
self.pulsar_host = pulsar_host
|
||||
self.pulsar_api_key = pulsar_api_key
|
||||
|
||||
if pulsar_api_key:
|
||||
auth = pulsar.AuthenticationToken(pulsar_api_key)
|
||||
self.client = pulsar.Client(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue