Is Heroku Kafka supported?

Our app is currently on Heroku using Postgres and we just found out Heroku Postgres doesn’t allow you to change the settings for logical replication so we couldn’t use the DMS + Kinesis tools. I’m looking for alternative options and Heroku has it’s own Postgres CDC connector that can be used with Heroku Kafka.

Does anyone know if this is supported by the Rockset Kafka integration?

Hi @jonathan,

Thanks for the question, we would suggest using Kafka Connect to ingest the Kafka stream into Rockset: Kafka.

Then, you can use an ingest transformation to map Postgres’s CDC format to our _op field: Ingest Transformation

1 Like