You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have started working towards a 1.0 release of the library which will occur after we add idempotence and transaction features. In order to best accomodate these and other changes,
57
-
we will be making breaking changes to the API in that release. You can track our progress on the `1.0-experimental` branch (as well as corresponding packages on
58
-
[nuget.org](https://www.nuget.org/packages/Confluent.Kafka/)). We have already added support for message headers and custom timestamps amongst other things. Note that all work on
59
-
this branch is subject to change and should not be considered production ready. All feedback is very welcome!
57
+
we will be making breaking changes to the API in that release. You can track our progress on the `1.0-experimental` branch (as well as corresponding packages on
58
+
[nuget.org](https://www.nuget.org/packages/Confluent.Kafka/)). We have already added an *AdminClient* as well as support for *message headers* and *custom timestamps* amongst other things.
59
+
Note that all work on this branch is subject to change and should not be considered production ready. All feedback is very welcome!
60
60
61
61
Also, nuget packages corresponding to all release branch commits are available from the following nuget package source (Note: this is not a web url - you should specify it in the nuget package manger):
62
62
[https://ci.appveyor.com/nuget/confluent-kafka-dotnet](https://ci.appveyor.com/nuget/confluent-kafka-dotnet). The version suffix of these nuget packages matches the appveyor build number. You can see which commit a particular build number corresponds to by looking at the
0 commit comments