Raymond Roestenburg
Raymond Roestenburg
Please see the book :-) https://www.manning.com/books/akka-in-action
No it is not supposed to throw an exception. I'll have a look. (I was referring to the 'any readme file')
We should link to v2.0.10-docs (v-```[version]```-docs) branch
Great issue writeup and sample to reproduce!
The blueprint file can stay the same, you can keep versions of the configuration files for specific environments.
(where you keep the configuration files for environments is up to you)
Please see https://cloudflow.io/docs/current/develop/cloudflow-configuration.html
> the same topic names and other typical resources inside different cloudflow instances. @jenoOvchi I'm not sure what you mean since kafka topics are a cluster-wide resource, not namespaced?
@jenoOvchi I mean that it is problematic for a cloudflow app in different environments, ie dev, test etc, to use the same topics. So we need a solution for that...
One way would be to prefix the names of topics but that's not a great solution.