Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kafka: merge remote.readreplica and bucket #5455

Merged
merged 1 commit into from
Jul 14, 2022

Conversation

LenaAn
Copy link
Contributor

@LenaAn LenaAn commented Jul 13, 2022

Cover letter

The change is only UX, feature implementation and internal types don't
change.

Fixes #5314

UX changes

instead of passing -c redpanda.remote.readreplica=True -c redpanda.remote.readreplica.bucket=<s3 bucket name> to create a read replica topic, user needs to pass -c redpanda.remote.readreplica=<s3 bucket name>

This is not breaking change since the feature is not released yet.

Release notes

  • none

Lazin
Lazin previously approved these changes Jul 13, 2022
The change is only UX, feature implementation and internal types don't
change.
@LenaAn
Copy link
Contributor Author

LenaAn commented Jul 13, 2022

Rebased this PR after merging #5242

@Lazin Lazin merged commit 9442069 into redpanda-data:dev Jul 14, 2022
@@ -33,7 +33,7 @@

namespace kafka {

static constexpr std::array<std::string_view, 12> supported_configs{
Copy link
Member

Choose a reason for hiding this comment

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

In the commit message:

The change is only UX, feature implementation and internal types don't
change.

That is a good to know, but please remember to describe the changes being made.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/cloud-storage Shadow indexing subsystem area/redpanda kind/enhance New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

cloud_storage: Change read-replica topic config
4 participants