Skip to content

Commit

Permalink
Include issue link in FIXME.
Browse files Browse the repository at this point in the history
  • Loading branch information
jackgene committed Nov 3, 2024
1 parent 5cbe7ab commit 5797fb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiokafka/structs.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5797fb8

Please sign in to comment.