Esper: How to configure Esper to connect a Relational Database, through a JDBC, using Esper's configuration API
问题 I would like to know how a java client application that is using Esper's engine (v5.0.0) may configure engine instance so he can to connect to a relation database, say pgSQL. This is essential to write EPL queries capable to join event streams (or data stream) with static/historic data from a database (5.13. Accessing Relational Data via SQL). That is, to Read from a database. (Write to a database requires the usage of a EsperIO adapter.) From Esper's docs I figure out that Configuration and