Skip to content

Commit

Permalink
Merge pull request #2 from fetch-rewards/remove-table-hardcode
Browse files Browse the repository at this point in the history
removed hardcode
  • Loading branch information
nrinaldi-fetch authored Jun 10, 2022
2 parents 5817ebf + bf5f430 commit f3dcc60
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public class RecordConverter {

public RecordConverter(TableDescription tableDesc, String topicNamePrefix) {
this.tableDesc = tableDesc;
this.topic_name = topicNamePrefix + tableDesc.getTableName();
this.topic_name = topicNamePrefix;

valueSchema = SchemaBuilder.struct()
.name(SchemaNameAdjuster.DEFAULT.adjust( "com.trustpilot.connector.dynamodb.envelope"))
Expand Down

0 comments on commit f3dcc60

Please sign in to comment.