Cockroach serverless should be fine (https://www.c...
# spicedb
e
Cockroach serverless should be fine (https://www.cockroachlabs.com/docs/stable/change-data-capture-overview.html suggests that the rangefeed is enable-able) I think we just need to skip setting that in the migrations, since it's a cockroach-wide setting . I have a tentative PR up for this: https://github.com/authzed/spicedb/pull/707, but we need to make sure the UX is reasonable (do we disable the
watch
api if your cockroach doesn't have rangefeeds enabled?)