Viktor Klang (√)

Results 158 comments of Viktor Klang (√)

You’re most welcome! 🙂 -- Cheers, √

@omidb Reacting to Kafka events seems more like a Eventing-related question. You can implement support for Kafka and plug that into the Eventing Support (currently on Google Cloud PubSub support...

@omidb It has not been officially released yet, but you can see it here: https://github.com/cloudstateio/cloudstate/blob/master/proxy/core/src/main/resources/reference.conf#L76 And how it can be used here: https://github.com/cloudstateio/cloudstate/blob/master/protocols/example/shoppingcart/shoppingcart.proto#L47

@nagytech Very cool, this will be very interesting! Let us know if you have any questions, the gitter channel is typically a good place to ask questions.

@nagytech Cool, I'll have a look!

@sleipnir @nagytech Created this: https://github.com/cloudstateio/dotnet-support prepare PR?

Perfect, thanks @nagytech!

@sleipnir I'd like to avoid adding too much stuff into the proto definition, because of poor discoverability from a user perspective (I.e. how do I know I need to whitelist...

Thanks for driving this forward @sleipnir! I really appreciate it. Would we get a mostly-beneficial solution if we put a whitelist in the proxy's configuration, and pair that with a...

I think it could be possible to add to the reference.conf for cloudstate-proxy: `custom-metadata-allow = ["Cache-Control", …]` Then read them out, put them into a Set, and only retain the...