Hi there, I want to implement the Offset Commit/Fetch api functionality in our in house .net client.
https://cwiki.apache.org/confluence/display/KAFKA/A+Guide+To+The+Kafka+Protocol#AGuideToTheKafkaProtocol-OffsetCommit/FetchAPI It seems the documentation is incomplete and clearly not of the same quality as the earlier api’s (Metadata, Produce, Fetch etc). I really appreciated the detailed breakdown of the request/response fields and descriptions which really aided in the development of the client. Are there any plans to get it up to the same standard? Regards Edwin Loubser