Skip to content

debezium/dbz#2251 Support priorityClassName in pod template - #207

Open
Gioppix wants to merge 1 commit into
debezium:mainfrom
Gioppix:dbz-2251-pod-priority-class
Open

debezium/dbz#2251 Support priorityClassName in pod template#207
Gioppix wants to merge 1 commit into
debezium:mainfrom
Gioppix:dbz-2251-pod-priority-class

Conversation

@Gioppix

@Gioppix Gioppix commented Jul 20, 2026

Copy link
Copy Markdown

Fixes debezium/dbz#2251

Description

Adds priorityClassName to the DebeziumServer pod template and passes it through to the deployment's pod spec. CRD and reference docs regenerated.

PR Checklist

  • I have read the contribution guidelines and the governance document on PR expectations.
  • Minimal changes to code not directly related to your change (e.g. no unnecessary formatting changes or refactoring to existing code)
  • One feature/change per PR unless tightly coupled
  • Do a rebase on upstream main

Signed-off-by: Giovanni <giovanni.feltrin@peec.ai>

@JsonPropertyDescription("Name of the priority class used to assign a priority to the pod.")
@JsonInclude(JsonInclude.Include.NON_NULL)
private String priorityClassName;

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Could you also add the Documented.Field annotation?

@mfvitale

Copy link
Copy Markdown
Member

@Gioppix Thanks for the PR! I left a minor comment

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.

Operator: support priorityClassName in DebeziumServer pod template

2 participants