Viktor Klang (√)

Results 158 comments of Viktor Klang (√)

My recommendation: don't put passwords in config files and don't rely on config masking to "secure" anything.

Since the Config objects are immutable (and do not use any access control), and secrets typically need sophisticated handling (invalidation, updates, cert management etc) I personally believe that Secret Management...

On the topic of JSON field ordering: https://stackoverflow.com/a/16870531 -- Cheers, √

I commented on the JSON as it was used as an example. Personally, having used HOCON since day 1, I have never had a problem with unordered fields as they...

@janory Hi! Have a go at that then :)

@janory It should be possible to base a Scala API on the work done in the `java-support`, let me know if you want to tackle this.

@janory Sure, what's your availability like?

@janory Now there's a Gitter community: https://gitter.im/CloudState-IO/community

First call is next week :) Feel free to start whenever, we'll be happy to provide any guidance/assistance needed ^^

There should already be versioning in the protocol: https://github.com/cloudstateio/cloudstate/blob/master/protocols/protocol/cloudstate/entity.proto#L172