Github user rmetzger commented on a diff in the pull request:
https://github.com/apache/flink/pull/2054#discussion_r65253016
--- Diff: docs/apis/streaming/connectors/rabbitmq.md ---
@@ -71,23 +71,25 @@ Example:
<div class="codetabs" markdown="1">
<div data-lang="java" markdown="1">
{% highlight java %}
+RMQConnectionConfig connectionConfig = new
RMQConnectionConfig.Builder().build();
--- End diff --
As I've written below, I would prefer if users would not rely on the fact
that "localhost" is the default value here.
Once the builder has been changed, we would expect the user to call
`.setHost("localhost")` here.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---