Skip to content

feat(reccoom): add consumer#264

Open
dargmuesli wants to merge 1 commit intomainfrom
feat/reccoom/consumer
Open

feat(reccoom): add consumer#264
dargmuesli wants to merge 1 commit intomainfrom
feat/reccoom/consumer

Conversation

@dargmuesli
Copy link
Copy Markdown
Member

This pull request introduces new services for the recommender system and improves the deployment and configuration process. The most significant changes are the addition of dedicated consumer and migration services for the recommender, enhancements to the Debezium connector setup, and updates to documentation.

Copy link
Copy Markdown

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

Adds new recommender consumer/migration services and updates Debezium connector provisioning to be idempotent, along with corresponding documentation updates.

Changes:

  • Switch Debezium connector registration to an idempotent PUT-based “ensure up to date” flow.
  • Add reccoom_consumer and reccoom_migration services to the development stack and adjust env config (e.g., SKIP_MIGRATIONS).
  • Document the new recommender services in the README.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 4 comments.

File Description
src/production/configurations/debezium-postgres-connector/entrypoint.sh Replaces “create if missing” logic with idempotent PUT to update/create connector config.
src/development/stack.yml Adds recommender consumer/migration services and updates recommender env configuration.
README.md Documents the new recommender consumer/migration services.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread src/development/stack.yml
Comment thread src/development/stack.yml
Comment thread README.md
@dargmuesli dargmuesli force-pushed the feat/reccoom/consumer branch from 6863da2 to 9d3bf73 Compare April 20, 2026 09:19
@dargmuesli dargmuesli marked this pull request as ready for review April 20, 2026 10:09
@dargmuesli dargmuesli requested a review from Copilot April 20, 2026 12:28
Copy link
Copy Markdown

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

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread src/production/configurations/debezium-postgres-connector/entrypoint.sh Outdated
@dargmuesli dargmuesli force-pushed the feat/reccoom/consumer branch from 9d3bf73 to 9b0ff76 Compare April 20, 2026 21:39
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.

2 participants