Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yuzelin committed Nov 14, 2023
1 parent 7d339eb commit e69527a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ protected String topic() {

@Override
protected MessageQueueSchemaUtils.ConsumerWrapper consumer(String topic) {
return KafkaActionUtils.getKafkaEarliestConsumer(mqConfig, topic, primaryKeys);
return KafkaActionUtils.getKafkaEarliestConsumer(mqConfig, topic);
}

@Override
Expand Down

0 comments on commit e69527a

Please sign in to comment.