Skip to content

Instantly share code, notes, and snippets.

@matzew
Created May 28, 2020 10:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matzew/0fff1fcd4e44a2516f9ca3b437ec1524 to your computer and use it in GitHub Desktop.
Save matzew/0fff1fcd4e44a2516f9ca3b437ec1524 to your computer and use it in GitHub Desktop.
 k logs -f -l serving.knative.dev/service=map-display -c user-container -n debezium-knative-demo

2020-05-28 10:49:32,396 INFO  [io.sma.rea.mes.ext.MediatorManager] (main) Deployment done... start processing
2020-05-28 10:49:32,405 INFO  [io.sma.rea.mes.imp.ConfiguredChannelFactory] (main) Found incoming connectors: [smallrye-kafka]
2020-05-28 10:49:32,406 INFO  [io.sma.rea.mes.imp.ConfiguredChannelFactory] (main) Found outgoing connectors: [smallrye-kafka]
2020-05-28 10:49:32,406 INFO  [io.sma.rea.mes.imp.ConfiguredChannelFactory] (main) Stream manager initializing...
2020-05-28 10:49:32,409 INFO  [io.sma.rea.mes.ext.MediatorManager] (main) Initializing mediators
2020-05-28 10:49:32,410 INFO  [io.sma.rea.mes.ext.MediatorManager] (main) Connecting mediators
### Starting up ###
2020-05-28 10:49:32,414 INFO  [io.quarkus] (main) kafka-knative-temperature-map 1.0-SNAPSHOT (running on Quarkus 1.1.1.Final) started in 1.281s. Listening on: http://0.0.0.0:8080
2020-05-28 10:49:32,415 INFO  [io.quarkus] (main) Profile prod activated. 
2020-05-28 10:49:32,415 INFO  [io.quarkus] (main) Installed features: [cdi, resteasy, resteasy-jsonb, servlet, smallrye-context-propagation, smallrye-reactive-messaging, smallrye-reactive-messaging-kafka, smallrye-reactive-streams-operators, undertow-websockets]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment