tenthe commented on code in PR #3886:
URL: https://github.com/apache/streampipes/pull/3886#discussion_r2470753579
##########
installer/compose/docker-compose.kafka.yml:
##########
@@ -109,31 +110,6 @@ services:
networks:
spnet:
- jobmanager:
- image: fogsyio/flink:1.13.5-scala_2.11
- command: jobmanager
- environment:
- - JOB_MANAGER_RPC_ADDRESS=jobmanager
- logging: *default-logging
- restart: unless-stopped
- networks:
- spnet:
-
- taskmanager:
- image: fogsyio/flink:1.13.5-scala_2.11
- depends_on:
- - jobmanager
- command: taskmanager
- links:
- - "jobmanager:jobmanager"
- environment:
- - JOB_MANAGER_RPC_ADDRESS=jobmanager
- - TASK_MANAGER_NUMBER_OF_TASK_SLOTS=20
- logging: *default-logging
- restart: unless-stopped
- networks:
- spnet:
-
# Lite version pipeline elements
extensions-all-jvm:
Review Comment:
Yes, we can do that. Do you mean only in Kafka Compose or also for the new
standard Docker Compose with Nats?
--
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]