Coder Social home page Coder Social logo

Comments (4)

juanjoDiaz avatar juanjoDiaz commented on July 4, 2024

Same issue here. The problem is that Kafka is not accessible. It just seems like the port is not correctly exposed.

I've check the config generated but standard docker run vs this library and the main difference I can see are:

  • PortBindings or exposed ports 9092 instead of 9092/tcp.

Any idea of what might be wrong? This is blocking me at the moment.

from docker-it-scala.

viktortnk avatar viktortnk commented on July 4, 2024

Hi @juanjoDiaz

The original issue raised is quite different from what you are saying. Don't know if there is anyone who could help you with that. We used that runner in past and it worked for us. Now I don't work with Kafka and can only check if container is starting properly. I checked it on both executors and it is entering running state.
Sorry

from docker-it-scala.

viktortnk avatar viktortnk commented on July 4, 2024

@juanjoDiaz Also bear in mind that there is only Kafka port mapped directly 9092 -> 9092, zookeper is exposed to another (random) port on host

.withPorts(KafkaAdvertisedPort -> Some(KafkaAdvertisedPort), ZookeeperDefaultPort -> None)

from docker-it-scala.

juanjoDiaz avatar juanjoDiaz commented on July 4, 2024

You are right, the issue is different even though the error is the same.

I've deleted my comments and open #91. Feel free to delete my previous comment and from here :)

from docker-it-scala.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.