From 5797fb8c3bf1f5c36549ac97a6b5d4bebf98d13e Mon Sep 17 00:00:00 2001 From: Jack Leow Date: Sun, 3 Nov 2024 01:26:06 -0700 Subject: [PATCH] Include issue link in FIXME. --- aiokafka/structs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aiokafka/structs.py b/aiokafka/structs.py index dc218dfa..ad6cc7d7 100644 --- a/aiokafka/structs.py +++ b/aiokafka/structs.py @@ -28,7 +28,7 @@ class TopicPartition(NamedTuple): class BrokerMetadata(NamedTuple): """A Kafka broker metadata used by admin tools""" - nodeId: int | str # FIXME consider updating implementation + nodeId: int | str # FIXME consider updating implementation (https://github.com/aio-libs/aiokafka/issues/1050) "The Kafka broker id" host: str