You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When starting ftl dev for local development, these new errors have started to appear in the output:
info:provisioner0: Provisioning mysql database: mysql_testdb
info:provisioner0: Provisioning topic: pubsub.newOrderTopic
error:provisioner0: failed to provision resource topic:newOrderTopic: existing topic pubsub.newOrderTopic has 8 partitions instead of 1
error:provisioner0: failed to provision resource topic:pizzaReadyTopic: could not set up redpanda: could not start redpanda: failed to acquire lock: context canceled
info:provisioner0: Provisioned SQL migration for: mysql.testdb
info:echo:build: Building module
info:echo:build: Module built (1.63s)
info:echo:build: Migrations extracted [] from /Users/wesbillman/dev/ftl/examples/go/echo/db
info:echo:deploy: Deploying module
error: Initial deploy failed: internal: existing topic pubsub.newOrderTopic has 8 partitions instead of 1
error: Initial build failed: internal: existing topic pubsub.newOrderTopic has 8 partitions instead of 1
The text was updated successfully, but these errors were encountered:
When starting
ftl dev
for local development, these new errors have started to appear in the output:The text was updated successfully, but these errors were encountered: