spring-attic / gemfire

Apache License 2.0
4 stars 13 forks source link

Investigate app-starters as event-sources in Knative #27

Closed sabbyanandan closed 5 years ago

sabbyanandan commented 5 years ago

Notes: 1) We will review what Fisher did to port mongo-source from app-starters to a standalone SCFn supplier [https://github.com/markfisher/java-event-source-poc/blob/master/mongo-supplier/src/main/java/mongodb/MongoSupplier.java] 2) We will attempt to refactor a few apps following this model. 3) Possible suppliers: jdbc-source, s3-source, twitter-search, twitter-stream 4) Possible consumers: jdbc-sink, s3-sink, mongodb-sink 5) The goal for this is to work as a standalone SCFn app (no SCSt integration yet, no SCDF integration yet) — if it works locally via java -jar, it should work on riff/knative and eventually also as a app-starter in SCSt+SCDF.

sabbyanandan commented 5 years ago

This issue was moved to spring-cloud-stream-app-starters/app-starters-release#176