Module testcontainers_modules::elastic_search
source · Available on crate feature
elastic_search only.Expand description
Elasticsearch (distributed search engine) testcontainer
Structs§
Constants§
- Port that the
Elasticsearchcontainer has internally Used for API calls over http, including search, aggregation, monitoring, … Client libraries have switched to using this to communicate to elastic. Can be rebound externally viatestcontainers::core::ImageExt::with_mapped_port - Port that the
Elasticsearchcontainer has internally. Used for nodes to communicate between each other and handles cluster updates naster elections, nodes leaving/joining, … Can be rebound externally viatestcontainers::core::ImageExt::with_mapped_port