You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2019/12/11 09:54:20 UTC

[GitHub] [camel-kafka-connector] orpiske opened a new pull request #36: Adds support for ElasticSearch index operation + tests

orpiske opened a new pull request #36: Adds support for ElasticSearch index operation + tests
URL: https://github.com/apache/camel-kafka-connector/pull/36
 
 
   Sending this one which includes preliminary support for ElasticSearch. This only supports the index operation with maps for now, since I don't want to commit further to this approach without some review/feedback.
   
   To support this, I added a transformer for ElasticSearch. It's fairly basic and can be setup like this: 
   
   ```
   transforms=ElasticSearchTransformer
   transforms.ElasticSearchTransformer.type=org.apache.camel.kafkaconnector.converters.ElasticSearchTransformer
   transforms.ElasticSearchTransformer.key=TheMapKey
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services