Nifi add port for remote debugging #45
|
During Nifi cluster configuration I added the following java argument: PS I installed nifi-1.21.0 |
Answered by
soenkeliebau
Apr 16, 2024
Replies: 1 comment 1 reply
|
Hi @EugenyRo have you tried just using a kubernetes port forward? Something like this should do the trick: |
1 reply
Answer selected by
maltesander
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @EugenyRo have you tried just using a kubernetes port forward?
Something like this should do the trick:
kubectl port-forward pods/simple-nifi-node-default-0 8000:8000and once that is done you should be able to point your IDE at localhost:8000 on your laptop and connect to the pod.