You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[cc] Add the ability to create a Specific DVRT CDC client from VeniceChangelogConsumerClientFactory (#1818)
Problem Statement
Internally, our users don't have access to the ChangelogClientConfig, so they're unable to enable SpecificRecord support for DVRT CDC.
Solution
Create a new getter in VeniceChangelogConsumerClientFactory that allows DVRT CDC users to enable the use of SpecificRecord.
Copy file name to clipboardExpand all lines: clients/da-vinci-client/src/main/java/com/linkedin/davinci/consumer/VeniceChangelogConsumerClientFactory.java
Copy file name to clipboardExpand all lines: internal/venice-test-common/src/integrationTest/java/com/linkedin/venice/consumer/ChangelogConsumerDaVinciRecordTransformerUserApp.java
Copy file name to clipboardExpand all lines: internal/venice-test-common/src/integrationTest/java/com/linkedin/venice/consumer/TestBootstrappingChangelogConsumer.java
+13-11Lines changed: 13 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -557,16 +557,17 @@ public void testSpecificRecordVeniceChangelogConsumerDaVinciRecordTransformerImp
0 commit comments