- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在 ec2 实例上运行 kafka。所以amazon ec2实例有两个ip,一个是内部ip,第二个是外部使用的。
我从本地计算机创建了生产者,但它重定向到内部 IP 并给出连接失败错误。任何人都可以帮助我在 ec2 实例上配置 kafka,以便我可以从本地计算机运行生产者。我尝试了很多组合但没有成功。
最佳答案
在 Kafka FAQ (更新新属性)您可以阅读:
When a broker starts up, it registers its ip/port in ZK. You need to make sure the registered ip is consistent with what's listed in
bootstrap.servers
in the producer config. By default, the registered ip is given byInetAddress.getLocalHost.getHostAddress()
. Typically, this should return the real ip of the host. However, sometimes (e.g., in EC2), the returned ip is an internal one and can't be connected to from outside. The solution is to explicitly set the host ip and port to be registered in ZK by setting theadvertised.listeners
property inserver.properties
.
关于amazon-ec2 - 为什么我无法从外部连接到 Kafka?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27191347/
我正在开发一个 voip 调用应用程序。我需要做的是在接到来电时将 Activity 带到前台。我在应用程序中使用 Twilio,并在收到推送消息时开始调用。 问题是我试图在接到任何电话时显示 Act
我是一名优秀的程序员,十分优秀!