Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yuzelin committed Dec 1, 2023
1 parent 2e3d0f2 commit cb74ab7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public String identifier() {

@Override
public Optional<Action> create(MultipleParameterToolAdapter params) {
checkRequiredArgument(params, "kafka-conf");
checkRequiredArgument(params, KAFKA_CONF);

KafkaSyncDatabaseAction action =
new KafkaSyncDatabaseAction(
Expand Down

0 comments on commit cb74ab7

Please sign in to comment.