6.0.0 (2022-03-09)
- Update Orleans v3.6.0 & dotnet 6.0
- Update Orleans v3.6.0
- Update dotnet 6.0
5.0.0 (2021-12-15)
- Update Orleans v3.5.1 & Kafka v1.8.2
- Update Orleans v3.5.1
- Update Microsoft Extensions libraries v5.0.0
4.2.0 (2020-10-05)
- Add
ImportRequestContext
option
ConsumerResult.Key
&ConsumerResult.Value
where depricated and sometimes causing serialization issues
4.1.0 (2020-07-06)
- Add
ImportRequestContext
option
ConsumerResult.Key
&ConsumerResult.Value
where depricated and sometimes causing serialization issues
4.0.0 (2020-06-18)
- Update Orleans v3.2 & Kafka v1.4.3
- Update Orleans v3.2
- Update Microsoft Extensions libraries v3.1.5
3.1.0 (2020-03-12)
- Topics get created with retention period for messages in ms (Default is 7 days)
3.0.0 (2019-10-25)
- Topics get Auto Created with provided options
- Eager serialization: serialize eagerly instead of lazy in the batch container
- Consumer not with lag 1 fix
- update to
Orleans.Streams.Utils
to version 8.0.0 which optimizes (and also fixes potential problems) message tracking KafkaExternalBatchContainer
will fail on deserilization exceptions.
2.0.1 (2019-07-26)
- Add
KafkaStreamSiloBuilder
,KafkaStreamClientBuilder
,KafkaStreamSiloHostBuilder
for easier setup
- Update fix from
Orleans.Stream.Utils
which fixes deserilization problems with message tracking
2.0.0 (2019-07-24)
AddJson
,AddAvro
are no longer required if there are no external topics- Add more tests and parallelize them
- update to
Orleans.Streams.Utils
to version 7.0.0 which optimizes (and also fixes potential problems) message tracking KafkaExternalBatchContainer
will fail on deserilization exceptions.
1.0.0 (2019-07-05)
- Avro Serialization: add
AvroExternalDeserializer
for deserializing external messages using avro and regsitry schema - External Deserialization integrate new IExternalDeserialization that are new in
Orleans.Steams.Utils
6.0.0 - deps update to stable
Confluent.Kafka
Library
Topic
Topic
is nowTopicConfig
.
AddKafkaStreamProvider
requiresAddJson
orAddAvro
to work
0.9.1 (2019-06-24)
- builder: add generic host support
0.9.0 (2018-06-12)
Topic
added toKafkaStreamOptions
.
KafkaStreamOptions
Topics
property now is of typeIList<Topic>
instead ofIList<string
.
0.8.0 (2019-03-25)
Orleans
- updated to orleans 2.3.0.
Orleans.Streams.Utils
- updated to
5.*
- updated to
Confluent
- updated to
1.0.0
- updated to
0.7.1 (2019-02-7)
- update
Microsoft.Extensions.Logging
to 2.2.0
0.7.0 (2019-01-20)
KafkaAdapterReceiver
now can track a message using the newMessageTrackerAPI
see:UseLoggingTracker
.
Orleans
- updated to orleans 2.2.3.
0.6.4 (2019-01-19)
- update
Orleans.Streams.Utils
to 2.1.1 which fixes Topics with one partition.
0.6.3 (2018-12-08)
- added batching to
KafkaAdapterReceiver
.
0.6.2 (2018-11-22)
- removed
timeout
from theProduce
extensions method. Producer timeout is now set via themessage.timeout.ms
Producer config.
0.6.0 (2018-11-19)
SsslCaLocations
added toCredentials
. Ssl ca certificate location needs to be explicitly set by the application.
KafkaStreamOptionsPublicExtensions
saslMechanisim
parameter inWithSaslOptions
was changed tosaslMechanism
.
0.4.0 (2018-11-16)
KafkaStreamOptions
WithConfluentCloudOptions
was changed toWithSaslOptions
.
0.3.0 (2018-11-08)
- Confluent.Kafka: bump
Confluent.Kafka
to version 1.0.0-beta2
KafkaStreamOptions
InternallyManagedQueuesOnly
was removed.