Repository files navigation
Build Producer application
git clone https://github.com/abhirockzz/accs-spring-cloud-stream-kafka.git
cd rest-producer
mvn clean install — The build process will create accs-spring-cloud-stream-kafka-producer-dist.zip in the target directory
Build Consumer application
cd consumer
mvn clean install — The build process will create accs-spring-cloud-stream-kafka-consumer-dist.zip in the target directory
Deploy to Oracle Application Container Cloud
Download and setup PSM CLI on your machine (using psm setup) — details here
modify the deployment.json to fill in the Oracle Event Hub instance name as per your environment
deploy the producer app — cd rest-producer and psm accs push -n SpringCloudStreamProducer -r java -s hourly -m manifest.json -d deployment.json -p target/accs-spring-cloud-stream-kafka-producer-dist.zip
deploy the processor app — cd consumer and psm accs push -n SpringCloudStreamProcessor -r java -s hourly -m manifest.json -d deployment.json -p target/accs-spring-cloud-stream-kafka-consumer-dist.zip
You can’t perform that action at this time.