v1.7.4
Enhancements
- Increase the timeout for publish confirmation from 3s to 10s by @Gsantomaggio in #325. Note: it is always possible to configure the timeout on the config:
new ProducerConfig(system, stream)
{
TimeoutMessageAfter = TimeSpan.FromSeconds(2), // here
- Bump versions by @lukebakken in #324
Full Changelog: v1.7.3...v1.7.4