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
We should review if we can rework the pipeline concepts before GA to remove additional allocations per request. Right now, the IRequestPipelineFactory and IRequestPipeline are public to support VirtualizedCluster, but their API may break before GA.
We should consider a design that doesn't force all consumers to use the existing request pipeline designed for distributed, multi-node scenarios. This allocates per request and can be avoided in situations where we have a single URL (node) to communicate with, such as when using ES Cloud.
It would be nice to avoid all "products" having to know about concepts such as pinging and sniffing.
The text was updated successfully, but these errors were encountered:
We should review if we can rework the pipeline concepts before GA to remove additional allocations per request. Right now, the
IRequestPipelineFactory
andIRequestPipeline
are public to support VirtualizedCluster, but their API may break before GA.We should consider a design that doesn't force all consumers to use the existing request pipeline designed for distributed, multi-node scenarios. This allocates per request and can be avoided in situations where we have a single URL (node) to communicate with, such as when using ES Cloud.
It would be nice to avoid all "products" having to know about concepts such as pinging and sniffing.
The text was updated successfully, but these errors were encountered: