fix(emitter): fix typo in get method of java kafka emitter (#11007)

This commit is contained in:
Raj Tekal 2024-08-06 15:50:00 -04:00 committed by GitHub
parent a5a33f074b
commit 090e760d2d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -160,7 +160,7 @@ public class KafkaEmitter implements Emitter {
return builder.build();
}
public Properties getKafkaConfgiProperties() {
public Properties getKafkaConfigProperties() {
return kafkaConfigProperties;
}
}