spring-cloud / spring-cloud-dataflow-samples

Sample starter applications and code for use with the Spring Cloud Data Flow project
http://cloud.spring.io/spring-cloud-dataflow/
220 stars 203 forks source link

Consolidated stream samples - updated and function based #143

Closed dturanski closed 3 years ago

dturanski commented 3 years ago

Consolidate rabbit and kafka samples into a single code base. DO NOT MERGE until dataflow.spring.io is updated to reflect this change.

dturanski commented 3 years ago

see https://github.com/spring-io/dataflow.spring.io/pull/349

dturanski commented 3 years ago

Following merge, we need to update the CI plan https://build.spring.io/build/admin/edit/editBuildTasks.action?buildKey=SCD-SCDFSAMPLES-JOB1 . Pom changes will also be required.

ilayaperumalg commented 3 years ago

LGTM, merging.

ilayaperumalg commented 3 years ago

This change missed a jib plugin config to push the images. Fixed via f2b8d5b

ilayaperumalg commented 3 years ago

The CI plan https://build.spring.io/browse/SCD-SCDFSAMPLES-JOB1-214 is updated to publish both the maven artifacts and docker images.