Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix resync-state kafka listener bug (port-labs#931)
- **fix: kafka listener constant resync loop** - **feat: bump version** # Description *Bugfix* ```diff ! What - Fix kafka listener never ending loop of resyncs bug - Why - This bug was created when we started to updated the resyncState along with integration data, - therefor each update would create a new audit-log change which triggered the Kafka listener to start a new resync + How - we validate that it was not an update created by the resyc-state by comparing them ``` ## Type of change Please leave one option from the following and delete the rest: - [X] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] New Integration (non-breaking change which adds a new integration) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] Non-breaking change (fix of existing functionality that will not change current behavior) - [ ] Documentation (added/updated documentation) ## Screenshots Include screenshots from your environment showing how the resources of the integration will look. ## API Documentation Provide links to the API documentation used for this integration. --------- Co-authored-by: Shalev Avhar <[email protected]>
- Loading branch information