enterprise-search-python icon indicating copy to clipboard operation
enterprise-search-python copied to clipboard

Removed forward of non accepted parameters to transport constructor

Open gabypascha opened this issue 2 years ago • 2 comments

The transport class does not accept the parameters in its constructor and it is passed in the node_configs instead.

The transport class constructor does not accept the following parameters :

  • connections_per_node
  • http_compress
  • verify_certs

The passing of these parameters causes TypeErrors as the constructor receives unexpected keyword arguments.

These parameters are now passed through the node_configs parameter instead.

gabypascha avatar Jun 03 '22 12:06 gabypascha

Since this is a community submitted pull request, a Jenkins build has not been kicked off automatically. Can an Elastic organization member please verify the contents of this patch and then kick off a build manually?

elasticmachine avatar Jun 03 '22 12:06 elasticmachine

❌ Author of the following commits did not sign a Contributor Agreement: 86739e4d376fbf7f09fb3975b9fb758d5041ffe4

Please, read and sign the above mentioned agreement if you want to contribute to this project