xvrl commented on code in PR #14618: URL: https://github.com/apache/kafka/pull/14618#discussion_r1375082874
########## build.gradle: ########## @@ -1361,6 +1375,21 @@ project(':clients') { generator project(':generator') } + shadowJar { + archiveClassifier = null + // KIP-714: move shaded dependencies to a shaded location + relocate('io.opentelemetry', 'org.apache.kafka.shaded.io.opentelemetry') Review Comment: can we limit the relocation to the more specific `io.opentelemetry.proto` package since there shouldn't be any other opentelemetry classes. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org