Federico Jasson

Results 3 comments of Federico Jasson

Once you have the data being streamed to Kafka, you can use Logstash: Logstash's Kafka input plugin: https://www.elastic.co/guide/en/logstash/current/plugins-inputs-kafka.html Logstash's Elasticsearch output plugin: https://www.elastic.co/guide/en/logstash/current/plugins-outputs-elasticsearch.html

Cool! I wasn't aware that an Elasticsearch connector existed 😄

I'm having a similar issue when using the library in AWS Lambda, even though I installed the JWT extra (I downloaded the ZIP from Lambda and run it locally to...