GCP PubSub
This page describes the usage of the Stream Reactor Google PubSub Source Connector.
Connector Class
io.lenses.streamreactor.connect.gcp.pubsub.source.GCPPubSubSourceConnectorExample
name=GcpPubSubSourceDemo
connector.class=io.lenses.streamreactor.connect.gcp.pubsub.source.GCPPubSubSourceConnector
topics=kafka_topic_to_write_to
tasks.max=1
connect.pubsub.gcp.auth.mode=File
connect.pubsub.gcp.file=/path/to/gcp-service-account-key.json
connect.pubsub.gcp.project.id=gcp-project-id
connect.pubsub.kcql=insert into `kafka_topic_to_write_to` select * from `gcp-subscription-id`KCQL Support
Source Subscription ID and Target Topic
Properties
Name
Description
Type
Default Value
Auth Mode
Output Modes
Default Mode
Configuration
Record Schema
Key Schema
Value Schema
Headers Schema
Compatibility Mode
Configuration
Record Schema
Key Schema
Field Name
Schema Type
Description
Value Schema
Field Name
Schema Type
Description
Option Reference
Name
Description
Type
Available Values
Default Value
Last updated
Was this helpful?

