siddhi-io / siddhi-io-email

Extension that receives and publishes events via email
https://siddhi-io.github.io/siddhi-io-email/
Apache License 2.0
2 stars 31 forks source link

Support maintaining concurrent publishers using a connection pool #58

Closed pcnfernando closed 5 years ago

pcnfernando commented 5 years ago

Purpose

Introduce support to maintain concurrent publishers. @sink(type="email", username="<STRING>", address="<STRING>", password="<STRING>", connection.pool.size="<INT>", @map(...)))