Skip to content

Conversation

@freeznet
Copy link
Member

  • Introduced ClusterParamsOverride struct to allow customization of cluster parameters during geo-replication setup.
  • Updated PulsarGeoReplicationSpec to include ClusterParamsOverride.
  • Enhanced reconciliation logic to utilize ClusterParamsOverride for authentication and connection parameters.
  • Updated CRD and documentation to reflect new configuration options for geo-replication.

(If this PR fixes a github issue, please add Fixes #<xyz>.)

Fixes #

(or if this PR is one task of a github issue, please add Master Issue: #<xyz> to link to the master issue.)

Master Issue: #

Motivation

Explain here the context, and why you're making that change. What is the problem you're trying to solve.

Modifications

Describe the modifications you've done.

Verifying this change

  • Make sure that the change passes the CI checks.

(Please pick either of the following options)

This change is a trivial rework / code cleanup without any test coverage.

(or)

This change is already covered by existing tests, such as (please describe tests).

(or)

This change added tests and can be verified as follows:

(example:)

  • Added integration tests for end-to-end deployment with large payloads (10MB)
  • Extended integration test for recovery after broker failure

Documentation

Check the box below.

Need to update docs?

  • doc-required

    (If you need help on updating docs, create a doc issue)

  • no-need-doc

    (Please explain why)

  • doc

    (If this PR contains doc changes)

- Introduced ClusterParamsOverride struct to allow customization of cluster parameters during geo-replication setup.
- Updated PulsarGeoReplicationSpec to include ClusterParamsOverride.
- Enhanced reconciliation logic to utilize ClusterParamsOverride for authentication and connection parameters.
- Updated CRD and documentation to reflect new configuration options for geo-replication.
@freeznet freeznet self-assigned this Jun 25, 2025
@freeznet freeznet requested review from a team as code owners June 25, 2025 14:06
@github-actions
Copy link
Contributor

@freeznet:Thanks for your contribution. For this PR, do we need to update docs?
(The PR template contains info about doc, which helps others know more about the changes. Can you provide doc-related info in this and future PR descriptions? Thanks)

@github-actions github-actions bot added the doc-info-missing This pr needs to mark a document option in description label Jun 25, 2025
// Format depends on the AuthPlugin:
// - For Token: "token:your-token-here"
// - For OAuth2: JSON string with client credentials
// +optional
Copy link
Member

Choose a reason for hiding this comment

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

Does it support configuring tokens using file format? such as: file:///your-token-file-path

Copy link
Member Author

Choose a reason for hiding this comment

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

yes it is depends on broker side. i have update the comments to address the file path format, ptal when you have time, thanks.

@freeznet freeznet requested a review from tuteng June 26, 2025 09:10
@freeznet freeznet merged commit 8cf8713 into main Jun 27, 2025
5 checks passed
@freeznet freeznet deleted the freeznet/passing-file-path-geo-replication branch June 27, 2025 01:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

doc-info-missing This pr needs to mark a document option in description

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants