Skip to content
This repository has been archived by the owner on Jun 1, 2024. It is now read-only.

Configure more ElasticsearchSinkOptions through AppSettings #149

Closed
1 of 2 tasks
letargis opened this issue Jan 23, 2018 · 1 comment
Closed
1 of 2 tasks

Configure more ElasticsearchSinkOptions through AppSettings #149

letargis opened this issue Jan 23, 2018 · 1 comment

Comments

@letargis
Copy link

Does this issue relate to a new feature or an existing bug?

  • Bug
  • New Feature

Please describe the current behavior?
Only limited subset of ElasticsearchSinkOptions properties allowed to configure through AppSettings.

Please describe the expected behavior?
I understand that it is hard to configure properties of Func<>, but I propose to extend number of simple parameters. For my current task I need to manage numberOfShards and numberOfReplicas properties from configuration, so I propose to add to appSettings following properties:

  • autoRegisterTemplate
  • autoRegisterTemplateVersion
  • overwriteTemplate
  • numberOfShards
  • numberOfReplicas
@mivano
Copy link
Contributor

mivano commented Feb 1, 2018

See my feedback at the PR.

@mivano mivano closed this as completed Feb 1, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants