You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@pulsar.apache.org by Apache Pulsar Slack <ap...@gmail.com> on 2018/02/26 09:11:02 UTC

Slack digest for #general - 2018-02-26

2018-02-26 07:55:49 UTC - SansWord Huang: <!here> hello, I’m trying to host pulsar on AWS.
And I’m wondering config advertisedAddress of broker.conf
Setting advertisedAddress to instance’s public DNS name would work, but the public DNS name will be changed every time I stop and restart the instance.
So should I assign elastic ip to each broker? or getting newest public DNS name and reset it in configuration after every time I restart ec2 instance?
This would be difficult to auto-scale broker nodes.
Any suggestion?
----
2018-02-26 09:04:38 UTC - Ali Ahmed: @SansWord Huang You might want to consider deploying a pulsar proxy server as an alternative
<http://pulsar.apache.org/docs/latest/admin/Proxy/>
----
2018-02-26 09:05:41 UTC - SansWord Huang: means using Proxy on public cloud, connect it back to  our cms?
----
2018-02-26 09:07:18 UTC - SansWord Huang: oops, sorry I thought I was in the other channel.
----
2018-02-26 09:08:47 UTC - SansWord Huang: I’ll take a look at proxy solution, thanks!
----
2018-02-26 09:09:37 UTC - SansWord Huang: I think I can host proxy in aws, using private dns on broker’s setting.
And connect to proxy from internet.
----
2018-02-26 09:10:17 UTC - Ali Ahmed: that would work
----