docker-compose down -v
mvn clean
docker image rm juplo/data-jdbc:polling-outbox-2
- docker image rm juplo/outbox-delivery:polling-outbox-2
+ docker image rm juplo/outbox-delivery:polling-outbox-3-SNAPSHOT
exit
fi
if [[
$(docker image ls -q juplo/data-jdbc:polling-outbox-2) == "" ||
- $(docker image ls -q juplo/outbox-delivery:polling-outbox-2) == "" ||
+ $(docker image ls -q juplo/outbox-delivery:polling-outbox-3-SNAPSHOT) == "" ||
"$1" = "build"
]]
then
else
echo "Using image existing images:"
docker image ls juplo/data-jdbc:polling-outbox-2
- docker image ls juplo/outbox-delivery:polling-outbox-2
+ docker image ls juplo/outbox-delivery:polling-outbox-3-SNAPSHOT
fi
while ! [[ $(docker-compose exec kafka zookeeper-shell zookeeper:2181 ls /brokers/ids 2> /dev/null) =~ 1001 ]];
<groupId>de.juplo.kafka.outbox</groupId>
<artifactId>outbox-delivery</artifactId>
- <version>polling-outbox-2</version>
+ <version>polling-outbox-3-SNAPSHOT</version>
<name>Outbox-Delivery (Polling)</name>
<description>Simple example-implementation of the Outbox-Pattern (polling variant)</description>
- postgres
outbox:
- image: juplo/outbox-delivery:polling-outbox-2
+ image: juplo/outbox-delivery:polling-outbox-3-SNAPSHOT
environment:
spring.profiles.active: prod
logging.level.de.juplo.kafka.outbox: DEBUG
<groupId>de.juplo.kafka.outbox</groupId>
<artifactId>polling-outbox-parent</artifactId>
- <version>polling-outbox-2</version>
+ <version>polling-outbox-3-SNAPSHOT</version>
<packaging>pom</packaging>
<name>polling-outbox-parent</name>
<description>Simple example-implementation of the Polling-Outbox-Pattern</description>