Skip to content

Commit

Permalink
Pass LVK kafka metadata to pubsub attributes (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
troyraen authored Sep 12, 2024
1 parent c0a8e48 commit 70fdddc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion broker/consumer/lvk/ps-connector.properties
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,6 @@ value.converter=org.apache.kafka.connect.converters.ByteArrayConverter
topics=KAFKA_TOPIC
# Set the Pub/Sub configs
cps.project=PROJECT_ID
cps.topic=PS_TOPIC
cps.topic=PS_TOPIC
# include Kafka topic, partition, offset, timestamp as msg attributes
metadata.publish=true

0 comments on commit 70fdddc

Please sign in to comment.