Skip to content

Conversation

@spompea-cfa
Copy link
Contributor

No description provided.

@spompea-cfa spompea-cfa requested a review from a team as a code owner September 26, 2025 15:43
@jamesiarmes jamesiarmes requested a review from Copilot September 26, 2025 17:04
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR introduces a new "Redoer" middleware component that processes redo records from the Senzing engine in a continuous loop. The redoer retrieves and processes redo records, which are typically generated when entity resolution operations need to be reprocessed.

  • Adds a new redoer middleware service with continuous record processing capabilities
  • Integrates the redoer service into the Docker Compose configuration
  • Updates documentation to include redoer usage instructions

Reviewed Changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated 5 comments.

Show a summary per file
File Description
middleware/redoer.py Core redoer implementation with continuous loop for processing redo records
Dockerfile.redoer Docker configuration for building the redoer service container
docker-compose.yaml Adds redoer service configuration with database dependencies
README.md Documents redoer service usage and command examples
middleware/consumer.py Removes outdated TODO comment about DLQ logic
.trivyignore.yaml Adds security exception for redoer Dockerfile

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@jamesiarmes jamesiarmes merged commit 0a68a59 into main Sep 29, 2025
9 checks passed
@jamesiarmes jamesiarmes deleted the redoer-middleware branch September 29, 2025 18:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants