Skip to content

Local debugging #3544

Answered by arkadius
InsideTheo asked this question in Q&A
Discussion options

You must be logged in to vote

Also the config that is specified in NussknackerApp.run.xml seems outdated, since its very different to what the quickstart project deploys (for example the Flink Urls dont match)

What exactly do you mean by that? I see:

<env name="FLINK_REST_URL" value="http://localhost:3031" />

in NussknackerApp.run.xml

and:

  jobmanager:
    container_name: nussknacker_jobmanager
    image: apache/flink:${FLINK_VERSION-1.15.2}-scala_${SCALA_VERSION-2.12}-${JAVA_VERSION-java11}
    ports:
      - "3031:8081"
      - "9249:9249"

in quickstart.

Looks like ports matches.

Is there an easy way to get all dependencies to run locally and connect them to local designer?

Yes it is described in CONTRIBUTING.md

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by dswiecki
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants