Re: camel-docker operation error

2022-12-22 Thread Mark Webb
I'd love to help you. Thanks !! On Thu, Dec 22, 2022 at 12:40 PM Claus Ibsen wrote: > Hi > > On Thu, Dec 22, 2022 at 6:37 PM Mark Webb wrote: > > > Thanks Claus. I started digging through the Java source code. It > appears > > that only "stats" and "events" can be used by the Consumer, see

Re: camel-docker operation error

2022-12-22 Thread Claus Ibsen
Hi On Thu, Dec 22, 2022 at 6:37 PM Mark Webb wrote: > Thanks Claus. I started digging through the Java source code. It appears > that only "stats" and "events" can be used by the Consumer, see > DockerEndpoint.createConsumer(Processor). That's not clear in the > documentation. > > Ah yeah, go

Re: camel-docker operation error

2022-12-22 Thread Mark Webb
Thanks Claus. I started digging through the Java source code. It appears that only "stats" and "events" can be used by the Consumer, see DockerEndpoint.createConsumer(Processor). That's not clear in the documentation. On Thu, Dec 22, 2022 at 12:28 PM Claus Ibsen wrote: > Hi > > When browsing

Re: camel-docker operation error

2022-12-22 Thread Claus Ibsen
Hi When browsing the documentation on the website, then make sure to select the Camel version you use, see bottom left corner. It may be that info is a new operation added in a newer version. If you choose the correct Camel version in the docs, then it should list what operations are valid. On T