[ 
https://issues.apache.org/jira/browse/CAMEL-12288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16411141#comment-16411141
 ] 

ASF GitHub Bot commented on CAMEL-12288:
----------------------------------------

ctron commented on issue #2262: CAMEL-12288: Initial implementation of method 
calls in the client
URL: https://github.com/apache/camel/pull/2262#issuecomment-375603957
 
 
   Yeay! … Ok, the problem simply was that the milo server reported "ghost" as 
endpoint, which is correct (to some degree). I have a mapping of "my-host" to 
"127.0.0.1" in my `/etc/hosts`, but that is not always the case. And you 
probably don't have.
   
   Automatic service endpoint discoveries can be a nightmare … but with one of 
the recent changes it can be overridden to the original requested host 
("localhost" in this case) and this is what I enabled now for the unit tests.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Need method call feature for milo client component
> --------------------------------------------------
>
>                 Key: CAMEL-12288
>                 URL: https://issues.apache.org/jira/browse/CAMEL-12288
>             Project: Camel
>          Issue Type: New Feature
>          Components: camel-milo
>    Affects Versions: 2.20.2
>            Reporter: Amritha Raj Herle
>            Assignee: Andrea Cosentino
>            Priority: Major
>             Fix For: 2.22.0
>
>         Attachments: image.png
>
>
> I'm using Apache camel Milo component for one of my project. Where I'm  
> having a use-case scenario in which i need to CALL THE METHOD (for example 
> *START*(), *STOP*()) with some input parameter (ex:*START("APPLICATIONNAME")* 
> ) which returns some output parameter. (*StatusCode*, or *ErrorCode*). Please 
> note that the input and output parameter can be complex data type (Not just 
> int/double... ).
>   
> [ SceenShot of my sample server ]
>  !image.png!
>   
>  I have tested the read node functionality with the node id and the 
> namespace. The milo-client component will be more better suited if it provide 
> the call functionality.
>   
>  Please do look into it.
>   



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to