You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
Support defining multiple connections to different Elasticsearch cluster.
A user should be able to configure multiple Elasticsearch client, and at the injection point uses a CDI qualifier to specify which client it wants to inject.
Implementation ideas
Provides the same kind of multiple client support that already exist for Agroal and MongoDB.