Abacn commented on code in PR #39503:
URL: https://github.com/apache/beam/pull/39503#discussion_r3658304975


##########
playground/kafka-emulator/build.gradle:
##########
@@ -23,6 +23,15 @@ plugins {
 
 applyJavaNature(exportJavadoc: false, publish: false)
 
+// embedded-kafka 2.4.1.1 requires kafka-clients 2.4.1. BeamModulePlugin forces
+// kafka-clients to the Beam-wide kafka_version (3.9.2+ after #39284), which
+// prevents the emulator from binding and blocks every Playground RunCode call.
+configurations.all {

Review Comment:
   We can pin the version now to unblock the test. However can we add a TODO 
that migrating embedded kafka to 3.9.2, and as next step?
   
   
https://mvnrepository.com/artifact/io.github.embeddedkafka/embedded-kafka_2.12/3.9.2
 
   
   



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to