Skip to content

Commit

Permalink
Updated config for mssql
Browse files Browse the repository at this point in the history
  • Loading branch information
mukesh-ctds committed Jul 22, 2024
1 parent 21586e4 commit 2783169
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ private void testDebeziumMsSqlConnect(String converterClassName, boolean jsonWit
final String tenant = TopicName.PUBLIC_TENANT;
final String namespace = TopicName.DEFAULT_NAMESPACE;
final String outputTopicName = "debe-output-topic-name-" + testId.getAndIncrement();
final String consumeTopicName = "debezium/mssql/mssql.dbo.customers";
final String consumeTopicName = "debezium/mssql/mssql.TestDB.dbo.customers";
final String sourceName = "test-source-debezium-mssql-" + functionRuntimeType + "-" + randomName(8);

final int numMessages = 1;
Expand Down

0 comments on commit 2783169

Please sign in to comment.