v1.0-RC3
版本发布时间: 2019-04-03 03:49:43
confluentinc/confluent-kafka-dotnet最新发布版本:v2.5.2(2024-08-07 15:21:59)
New Features
-
Producer.Poll
can now be used with producer instances that are in background polling mode.- Typically use: Block for a minimal period of time following a
ErrorCode.Local_QueueFull
error.
- Typically use: Block for a minimal period of time following a
Changes
- Removed the
Confluent.Kafka.Serdes
namespace.
Fixes
- Added
CompressionType
property toProducerConfig
class.