Skip to content

Commit

Permalink
Clarify CDC create log message. Update the short/long form of partiti…
Browse files Browse the repository at this point in the history
…on command
  • Loading branch information
msmygit committed Oct 17, 2023
1 parent 4431a6e commit e753b67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/dtsx/astra/cli/db/cdc/ServiceCdc.java
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ public void createCdc(String databaseName, String keyspace, String table, String
.database(dbDao.getDatabase(databaseName).getId())
.cdc()
.create(keyspace,table, tenant, topicPartition );
LoggerShell.info("Creating from db '%s' is creating.".formatted(databaseName));
LoggerShell.info("Cdc from db '%s' is creating.".formatted(databaseName));
}

}

0 comments on commit e753b67

Please sign in to comment.