I'm developing a custom starter app using the code here, because I wanted to add TcpSSLContextSupport
to it. I've managed to do that, and it worked fine on my local SCDF server, but now I want to deploy it on SCDF for Kubernetes over Google Cloud. I've created an image for it and it does work, but the behavior is a little unexpected.
I created a stream like: stream create stream-name --definition "app-name | log"
.
First off, it created a topic as per convention stream-name.app-name
, and I was expecting it to show me the messages there, but it actually writes into the "output" topic, which is strange. I haven't provided any additional configuration. I tried it with SCDF latest version as well as 1.2.0.RELEASE with the same results.