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

Valentin Kulichenko edited comment on IGNITE-2831 at 3/14/16 11:45 PM:
-----------------------------------------------------------------------

{{AddressResolver}} in this case should do exactly what you described - call 
the URL and return the public address. This way user will only have to provide 
this resolver in the configuration.

Currently user can do this by himself, but this will require coding and 
deploying this code on all instances.


was (Author: vkulichenko):
{{AddressResolver}} in this case should do exactly what you described - call 
the URL and return the public address. This way user will only have to provide 
this resolver in the configuration.

> Support advertised address for use with EC2 service discovery
> -------------------------------------------------------------
>
>                 Key: IGNITE-2831
>                 URL: https://issues.apache.org/jira/browse/IGNITE-2831
>             Project: Ignite
>          Issue Type: Improvement
>            Reporter: Cory Parent
>            Priority: Blocker
>
> Currently it is not possible to connect to an Ignite cluster as a client from 
> a non-AWS environment (e.g. local development machine) due to the manner in 
> which Ignite registers instance addresses. I propose that the default 
> behavior (registering the private IP address) should remain, however, the 
> ability to mitigate this issue should be provided via a method to use an 
> advertised address instead. Such a solution is provided by Kafka 
> configuration to resolve this very issue. This would allow us to override the 
> private IP address with a public or Elastic IP, thus allowing connection from 
> non-AWS environments.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to