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
Hello,
Today I was playing with this project. I was testing standard template where everything seems to work and also reactive where I had a problem like described on this SO question. The problem is that we are not using port at all, or at least our url to the elastic doesn't have the port and it's working with standard client.
When I test the same url in reactive template then I had an error where the port 9200 was appended to the end.
Can somebody please clarify what is the configuration for ReactiveElasticsearchTemplate when the url doesn't contain port?