Skip to content
This repository was archived by the owner on Feb 26, 2026. It is now read-only.

Latest commit

 

History

History
22 lines (14 loc) · 1000 Bytes

File metadata and controls

22 lines (14 loc) · 1000 Bytes

JDBC Source

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.

Payload

  • Map<String, Object> when jdbc.split == true (default) and List<Map<String, Object>> otherwise

Options

The jdbc source has the following options:

Also see the Spring Boot Documentation for addition DataSource properties and TriggerProperties and MaxMessagesProperties for polling options.