Should I be able to configure sandbox to use cloud...
# ask-the-community
b
Should I be able to configure sandbox to use cloudevents? Potentially setting the value in
~/.flyte/config-sandbox.yaml
as referenced here - https://docs.flyte.org/en/latest/deployment/configuration/generated/flyteadmin_config.html#section-cloudevents
h
Are you thinking about publishing events to SQS or some hosted sink?
b
Local kafka. Trying to test stuff w/ our docker compose stack pointing at sandbox
we are currently using cloudevents in our prod env but I don't want to spin all that up locally, so trying to take advantage of sandbox infra
h
yes you absolutely can... sandbox is a full fledged deployment just scaled down
b
getting this error
strict mode is on but received keys [map[cloudevents:{}]] to decode with no config assigned to receive them: failed strict mode check
I haven't had time to dig into it much, but if it should be supported, then I expect this is a bug