This source polls data from an RDBMS.
This source is fully based on the DataSourceAutoConfiguration
, so refer to the Spring Boot JDBC Support for more information.
-
Map<String, Object>
whenjdbc.split == true
(default) andList<Map<String, Object>>
otherwise
The jdbc source has the following options:
Also see the Spring Boot Documentation
for addition DataSource
properties and TriggerProperties
and MaxMessagesProperties
for polling options.