Hi Eric, I can only speak to the image, but as it is tagged in 1.9.0, the associated code will also be in what the community offers through Docker Hub. We make use of the released convenience binaries for constructing the image.
Some things that would help us investigate further: Could you please share the error you are encountering? Have you verified the correct functionality for your setup with a standalone NiFi instance? How are you running your Docker containers? Do you have these on the same Docker network? If you are using compose, this should be taken care of by default, and if so, could you please share your compose file? On Sun, Mar 15, 2020 at 7:42 PM Eric Chaves <[email protected]> wrote: > Hi folks, > > I'm facing an error using Redis DMC in standalone mode with an external > Redis server were the RedisConnectionPoolService is not able to connect to > a non-localhost redis in this mode. > > This error was already reported ( > https://issues.apache.org/jira/browse/NIFI-5830) and marked fixed in nifi > 1.9 however I'm trying the nifi docker images from docker hub and all > images that I've tried kept throwing the same error (I've tried the > 1.9.0, 1.9.1 and the latest 1.11.3). > > In order to confirm if the bug I'm facing seems to be the same I did a > port forward using socat between localhost (nifi container) and my redis > container and the error was gone, > > Am I missing something? Why I'm getting this error if it's fixed? > > Best regards, > > Eric >
