kafka-connect-elasticsearch
kafka-connect-elasticsearch copied to clipboard
Allow to specify index name as a configuration property
Problem
Currently as per limitations its not possible to use RegexRouter
to specify the target index name without compromising on performance ( asynchronous writes must be disabled ).
Solution
Allow to specify the index name directly in the configuration.
Does this solution apply anywhere else?
- [] yes
- [x] no
If yes, where?
Test Strategy
Testing done:
- [ ] Unit tests
- [] Integration tests
- [ ] System tests
- [x] Manual tests
Release Plan
Simple configuration change.
Hello, any chances of merging it? Thank you