Releases: RedHatInsights/insights-ccx-messaging
Releases · RedHatInsights/insights-ccx-messaging
Fix dependencies
Merge pull request #118 from joselsegura/fix_deps_resolution_problem Fix a dependency problem that makes imposible to install
New Unit tests for Kafka publisher
What's Changed
- Added kafka publisher unit tests for compression by @Jakub007d in #75
Full Changelog: v3.4.1...v3.4.2
confluent-kafka deps update
Update confluent-kafka dependency to >=2.0.0 to test Python 3.11.
Publisher compression capability
What's Changed
- [CCXDEV-11713] Added ability to publish compressed messages to topic by @Jakub007d in #73
Full Changelog: v3.3.9...v3.4.0
Removed Duplicant Errors from GlitchTip
Merge pull request #71 from Jakub007d/ErrMsgReduction [CCXDEV-10802] [CCXDEV-10801] Updated message queue LOG message
Make passing gathering timestamp more robust
- convert the timestamp to RFC3339 format, if it is present
- if it is not possible, pass current timestamp as gathering timestamp
Add gathering timestamp
RuleReleasePublisher now passes gathering timestamp, if it is available in the processed message.
Add sentry utils
Add utility to connect to Sentry SDK, which is currently used by the services using this library.
Cloudwatch support
Adding support for configuring Cloudwatch logger
BufferError fix
Merge pull request #65 from RedHatInsights/fix_buffer_error Add poll call fix BufferError