apupier commented on code in PR #24469:
URL: https://github.com/apache/camel/pull/24469#discussion_r3534253862
##########
components/camel-elasticsearch/src/test/java/org/apache/camel/component/es/integration/ElasticsearchClusterIndexIT.java:
##########
@@ -77,9 +77,9 @@ protected RouteBuilder createRouteBuilder() {
@Override
public void configure() {
from("direct:indexWithIpAndPort")
- .to("elasticsearch://" + clusterName +
"?operation=Index&indexName=twitter");
+ .to("elasticsearch://" + clusterName +
"?operation=Index&indexName=cluster");
from("direct:indexWithSniffer")
- .to("elasticsearch://" + clusterName +
"?operation=Index&indexName=twitter&enableSniffer=true");
+ .to("elasticsearch://" + clusterName +
"?operation=Index&indexName=cluster&enableSniffer=true");
Review Comment:
good point, thus this is not something introduced by this PR so can be
improved in another PR to keep this one focused on a single point
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]