Skip to content

Commit

Permalink
fix(emitter): fix typo in get method of java kafka emitter (#11007)
Browse files Browse the repository at this point in the history
  • Loading branch information
rtekal authored Aug 6, 2024
1 parent a5a33f0 commit 090e760
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 090e760

Please sign in to comment.