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 of the problem, including expected versus actual behavior:
The new Elastic.Transport version introduce the ITransport Interface (elastic/elasticsearch-net#8061)
Doing "new ElasticsearchSinkOptions(ITransport)" cause the error CS7069 Reference to type 'HttpTransport' claims it is defined in 'Elastic.Transport', but it could not be found
Works with Elastic.Clients.Elasticsearch 8.12.0, the error was introduce when updating to 8.12.1