|
[tasks.pre-start-dev] |
|
category = "RiseDev - Prepare" |
|
description = "Prepare dev cluster by downloading necessary tools and build required components" |
|
dependencies = [ |
|
"create-user-profiles-file", |
|
"download-all", |
PubSub emulator is not a necessary tool and just one of the many connectors RisingWave supports. #25238 provides a way to start it in docker just like we do for Kafka and Pulsar.
risingwave/Makefile.toml
Lines 634 to 639 in c1b8977
PubSub emulator is not a necessary tool and just one of the many connectors RisingWave supports. #25238 provides a way to start it in docker just like we do for Kafka and Pulsar.