This repository has been archived by the owner on Jun 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 197
Setting NumberOfReplicas to 0 does not have any effect #239
Comments
ffMathy
changed the title
Setting NumberOfReplicas to 0 does not work
Setting NumberOfReplicas to 0 does not have any effect
Apr 30, 2019
it woks for me with this settings: |
Not via the |
Example:
The above will set number of replicas to 1. |
Strange, 0 should be valid, but looks like it marks it as null and as such outputs the default value of 1. Care for a PR? |
I don't have time unfortunately :( |
This was referenced Dec 16, 2019
See #301 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Setting
NumberOfReplicas
to 0 in theElasticsearchSinkOptions
does not work. Only if the value is higher.0 should still be a valid value, and the value is also a nullable integer currently, so I think this is a bug.
The text was updated successfully, but these errors were encountered: