Details
-
Type:
New Feature
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.16.0
-
Fix Version/s: None
-
Component/s: camel-elasticsearch
-
Labels:None
-
Estimated Complexity:Unknown
Description
As of version 1.16.0, the camel-elasticsearch component is hard-coded to set the client.transport.sniff setting for the ElasticSearch TransportClient to true. This setting is problematic in some network topologies – for example, in a case where client nodes are accessible, but data and master nodes are hidden behind a firewall.
To eliminate this problem, make this setting accessible as an endpoint option.