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

Chore/serde restructure #85

Merged
merged 20 commits into from
Nov 25, 2021
Merged

Conversation

arujit
Copy link
Member

@arujit arujit commented Nov 11, 2021

  • Comparing the producer-consumer API changes with the base code restructure branch.

dependenciesCommonJar 'com.gojek:stencil:2.0.15'

testImplementation 'junit:junit:4.12'
testImplementation 'junit:junit:4.13'
Copy link
Member Author

Choose a reason for hiding this comment

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

This is to keep the Junit version same as the core.

@ravisuhag ravisuhag linked an issue Nov 12, 2021 that may be closed by this pull request
@@ -60,9 +60,11 @@ dependencies {
compileOnly group: 'org.apache.flink', name: 'flink-connector-kafka_2.11', version: flinkVersion

dependenciesCommonJar 'org.apache.flink:flink-metrics-dropwizard:' + flinkVersion
dependenciesCommonJar 'org.apache.flink:flink-json:' + flinkVersion
Copy link
Member Author

Choose a reason for hiding this comment

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

These two additions are related to protohandle classes which are migrated to common.

dagger-core/build.gradle Show resolved Hide resolved
@@ -55,15 +55,27 @@ public ProtoSerializer(String keyProtoClassName, String messageProtoClassName, S
* @param outputTopic the output topic
*/
public ProtoSerializer(String keyProtoClassName, String messageProtoClassName, String[] columnNames, StencilClientOrchestrator stencilClientOrchestrator, String outputTopic) {
this(keyProtoClassName, messageProtoClassName, columnNames, stencilClientOrchestrator);
Copy link
Member

Choose a reason for hiding this comment

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

this was doing the same thing

@prakharmathur82 prakharmathur82 merged commit 742f0b8 into chore/flink-upgrade Nov 25, 2021
@prakharmathur82 prakharmathur82 deleted the chore/serde-restructure branch November 25, 2021 10:38
arujit added a commit that referenced this pull request Feb 2, 2022
* refactor: move protohandler codebase to common and use new source sink APIs
Meghajit pushed a commit to Meghajit/dagger that referenced this pull request Feb 9, 2022
* refactor: move protohandler codebase to common and use new source sink APIs
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