ReloadOnChange
flag to Kafka configuration. This allows you to change the configuration without restarting the application.
- The default value of Kafka.SaslMechanism removed from configuration.
- The default value of Kafka.SecurityProtocol removed from configuration.
Warning
The default values for Kafka.SaslMechanism
and Kafka.SecurityProtocol
have been removed. Please ensure to set these values in your configuration to avoid any issues.
- Project is now open source 🥳
- Project name changed to "Polling Outbox Publisher". It was "Message Publisher" before.
- Kafka and Redis Config keys are changed.
- Serilog is used for logging, instead of NLog.
- Couchbase support.
- PostgreSQL support developed by (tolgakisin).