tillrohrmann commented on a change in pull request #20:
URL:
https://github.com/apache/flink-statefun-playground/pull/20#discussion_r800531307
##########
File path: java/greeter/docker-compose.yml
##########
@@ -34,36 +34,21 @@ services:
# StateFun runtime
###############################################################
- statefun-manager:
- image: apache/flink-statefun:3.2.0-java11
- expose:
- - "6123"
+ statefun:
+ image: statefun-playground-entrypoint:latest
Review comment:
True, it could probably be `apache/statefun-playground`. I think I was
influenced by the image for the Kafka producer that we are also hosting under
`ververica/`. Should we maybe change this as well?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]