mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-24 16:38:19 +00:00
fix(ingest/kafka): Fixing error printing in Kafka properties get call (#8145)
This commit is contained in:
parent
fcaaedd83f
commit
279f9eb455
@ -416,8 +416,6 @@ class KafkaSource(StatefulIngestionSourceBase):
|
||||
topic_configurations: dict,
|
||||
) -> None:
|
||||
try:
|
||||
assert config_result_future.done()
|
||||
assert config_result_future.exception() is None
|
||||
topic_configurations[config_resource.name] = config_result_future.result()
|
||||
except Exception as e:
|
||||
logger.warning(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user