Skip to content

dmfullstack/accs-spring-cloud-stream-kafka

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Build

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

For details

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%