Skip to main content
The JDBC sink connector pulls messages from Pulsar topics and persists the messages to MySQL or SQlite.
Currently, INSERT, DELETE and UPDATE operations are supported.

Configuration

The configuration of the JDBC sink connector has the following properties.

Property

Example

Before using the JDBC sink connector, you need to create a configuration file through one of the following methods.
  • JSON
  • YAML

Usage

For more information about how to use a JDBC sink connector, see connect Pulsar to Postgres.