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

[compat] [controller] add a field largestUsedRTVersionNumber in store config #1512

Merged
merged 3 commits into from
Feb 21, 2025

Conversation

arjun4084346
Copy link
Contributor

@arjun4084346 arjun4084346 commented Feb 8, 2025

Adding a field largestUsedRTVersionNumber in store config, which will be used to create new RT topic name whenever needed in future work

When we delete and recreate a store, we do not want to use the same old real time topic name, because that might not have been fully cleaned up. We want to use a new name, and to create the new name, we need to know the previous name that was ever used. This config will help in finding this out.

Resolves #XXX

How was this PR tested?

Does this PR introduce any user-facing changes?

  • No. You can skip the rest of this section.
  • Yes. Make sure to explain your proposed changes and call out the behavior change.

@arjun4084346 arjun4084346 marked this pull request as draft February 8, 2025 02:23
@arjun4084346 arjun4084346 force-pushed the rtnamechange branch 3 times, most recently from 1e2c1f9 to e74aa24 Compare February 11, 2025 01:08
@arjun4084346 arjun4084346 changed the title Rtnamechange [compat] [controller] add a field largestUsedRTVersionNumber in store config Feb 11, 2025
@arjun4084346 arjun4084346 marked this pull request as ready for review February 11, 2025 04:23
Copy link
Collaborator

@sushantmane sushantmane left a comment

Choose a reason for hiding this comment

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

Thanks, @arjun4084346 . Please take a look at my comments and let me know if you have any questions.

sushantmane
sushantmane previously approved these changes Feb 21, 2025
Copy link
Collaborator

@sushantmane sushantmane left a comment

Choose a reason for hiding this comment

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

LGTM. Please remove the comment from build.gradle and don't forget to format commit message during squash and merge (<100 chars per line). Thanks!

@arjun4084346 arjun4084346 merged commit e5ad505 into linkedin:main Feb 21, 2025
58 checks passed
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