Skip to content

Commit

Permalink
change request metadata error to warning (#1009)
Browse files Browse the repository at this point in the history
Co-authored-by: Denis Otkidach <denis.otkidach@gmail.com>
  • Loading branch information
oferda4 and ods authored May 23, 2024
1 parent c10fed0 commit 14aa358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiokafka/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ async def _metadata_update(self, cluster_metadata, topics):
try:
metadata = await conn.send(metadata_request)
except (KafkaError, asyncio.TimeoutError) as err:
log.error(
log.warning(
"Unable to request metadata from node with id %s: %r", node_id, err
)
continue
Expand Down

0 comments on commit 14aa358

Please sign in to comment.