-
Notifications
You must be signed in to change notification settings - Fork 92
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
[server][vpj][controller] Add support to ingest from separate RT topic in A/A SIT when feature is enabled #1311
[server][vpj][controller] Add support to ingest from separate RT topic in A/A SIT when feature is enabled #1311
Conversation
bb98be2
to
d4ab149
Compare
4308008
to
3d35318
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for preparing this! I am still in the middle of reading the SIT changes, just left a few comments.
...rc/integrationTest/java/com/linkedin/venice/endToEnd/TestSeparateRealtimeTopicIngestion.java
Show resolved
Hide resolved
...ts/da-vinci-client/src/main/java/com/linkedin/davinci/kafka/consumer/StoreIngestionTask.java
Show resolved
Hide resolved
clients/da-vinci-client/src/main/java/com/linkedin/davinci/stats/IngestionStatsReporter.java
Show resolved
Hide resolved
03a0329
to
18d80a0
Compare
...ts/da-vinci-client/src/main/java/com/linkedin/davinci/kafka/consumer/StoreIngestionTask.java
Show resolved
Hide resolved
internal/venice-client-common/src/main/java/com/linkedin/venice/schema/rmd/RmdUtils.java
Show resolved
Hide resolved
...da-vinci-client/src/main/java/com/linkedin/davinci/consumer/VeniceChangelogConsumerImpl.java
Outdated
Show resolved
Hide resolved
...ts/da-vinci-client/src/main/java/com/linkedin/davinci/kafka/consumer/StoreIngestionTask.java
Show resolved
Hide resolved
internal/venice-client-common/src/main/java/com/linkedin/venice/schema/rmd/RmdUtils.java
Show resolved
Hide resolved
830d811
to
b3821ea
Compare
e48a641
to
4c118cc
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot for preparing this! This feature is complicated, as we have config to turn on and off safely, we can merge current change and evolve with it.
...client/src/main/java/com/linkedin/davinci/kafka/consumer/ActiveActiveStoreIngestionTask.java
Outdated
Show resolved
Hide resolved
Thanks @haoxu07 for detailed reviews! |
[server][vpj][controller] Add support to ingest from separate RT topic in A/A SIT when feature is enabled
This PR continue the work from #1262 and #1172 to add server side ingestion functionality for separate realtime topic.
How was this PR tested?
Added new integration test; Added some unit tests for test coverage; Adjusted some old integration test / unit test behaviors.
Does this PR introduce any user-facing changes?