wbarnha / kafka-python-ng

Fork for Python client for Apache Kafka
https://wbarnha.github.io/kafka-python-ng/
Apache License 2.0
67 stars 8 forks source link

Implemented the return type of the send function; #148

Closed wbarnha closed 5 months ago

wbarnha commented 6 months ago

It would be nice to have an accessible and easy way to know the returns of the send functions, as the Documentation doesn't have a index for RecordMetadata;


This change is Reviewable

wbarnha commented 5 months ago

Since we support newer versions of Python, we'll go ahead with implementing a newer version of adding types onto functions.