有没有推荐的支持headers的Apache Kafka .NET客户端,并且有官方版本?
(我看到目前"confluent-kafka-dotnet“客户端不支持头部。参考- https://github.com/confluentinc/confluent-kafka-dotnet/issues/393)
谢谢!
发布于 2018-03-09 01:16:55
根据我与@mhowlett (Confluent-Kafka-Dotnet的合作者之一)的对话(https://github.com/confluentinc/confluent-kafka-dotnet/issues/393),目前还没有支持headers的官方版本,只有CI版本0.11.3-ci-280及以上才支持headers。
官方版本将在此PR关闭时发布-
https://github.com/confluentinc/confluent-kafka-dotnet/pull/431
如果您有更多的问题,可以问我:)
祝您今天愉快!
https://stackoverflow.com/questions/48886817
复制相似问题