wso2 / streaming-integrator

A stream processing runtime that allows connecting any streaming data source to any destination and act on it
Apache License 2.0
113 stars 50 forks source link

Add support to read rdbms config file externally #249

Closed AnuGayan closed 2 years ago

AnuGayan commented 2 years ago

Description: Allow external file located at [Product_home]/conf/siddhi/rdbms/rdbms-table-config.xml to be read if exist Fixes wso2/streaming-integrator#241

Goal: Externalize the rdbms config so that a new rdbms type can be provided

AnuGayan commented 2 years ago

Fixed by https://github.com/siddhi-io/siddhi-store-rdbms/pull/232