confluentinc / kafka-rest

Confluent REST Proxy for Kafka
https://docs.confluent.io/current/kafka-rest/docs/index.html
Other
2.25k stars 641 forks source link

CONFLUENT: Remove uses of KafkaConfig Prop constants #1265

Closed splett2 closed 2 months ago

splett2 commented 2 months ago

The KRest build is failing due to various changes to KafkaConfig prop constant locations in AK. Currently the replication factor and interbrokerListenerName props have been moved, but since it seems plausible that a bunch of the props defined in KafkaConfig may change class locations, I went ahead and replaced references to KafkaConfig with fixed string constants.

cla-assistant[bot] commented 2 months ago

CLA assistant check
All committers have signed the CLA.

cla-assistant[bot] commented 2 months ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

trnguyencflt commented 2 months ago

@splett2 thanks for fixing this 👍