Skip to content

Commit

Permalink
(fix) Typo in get method
Browse files Browse the repository at this point in the history
  • Loading branch information
rtekal authored Jul 26, 2024
1 parent 82412e7 commit e987502
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ private static MetadataWriteResponse mapResponse(RecordMetadata metadata, Except
return builder.build();
}

public Properties getKafkaConfgiProperties() {
public Properties getKafkaConfigProperties() {
return kafkaConfigProperties;
}
}

0 comments on commit e987502

Please sign in to comment.