哪个是官方 Spring Cloud Stream Apps 源存储库?
Which is the official Spring Cloud Stream Apps source repository?
我想向 Spring Cloud Stream Apps 添加一个新的 Twitter 用户时间线源流应用程序,但我对要分叉哪个源代码感到有点困惑。 Spring Cloud Stream Apps 似乎有两个源存储库。有一个 (https://github.com/spring-cloud/spring-cloud-stream-app-starters/tree/master/spring-cloud-stream-app-dependencies) which seems to more closely correlate to the instructions in the documentation for creating and contributing your own Stream Application Starters but looks like it has been actively contributed to recently. There is also this set of repositories (https://github.com/spring-cloud-stream-app-starters?utf8=%E2%9C%93&q=&type=&language=),它是从项目页面链接到的那个,看起来更活跃,但与贡献文档不匹配(例如,没有 spring-"cloud-stream-app-dependencies" 或 "spring-cloud-stream-app-generator" 个模块)。
到目前为止,我认为第二名可能是最新的,所以我从这里分叉 (https://github.com/spring-cloud-stream-app-starters/twitter) 并进行了更改,但在提交之前我正在寻找更新的文档以确保完成我的解决方案。
我应该基于哪个存储库进行更改,是否有更新的文档?
我想向 Spring Cloud Stream Apps 添加一个新的 Twitter 用户时间线源流应用程序,但我对要分叉哪个源代码感到有点困惑。 Spring Cloud Stream Apps 似乎有两个源存储库。有一个 (https://github.com/spring-cloud/spring-cloud-stream-app-starters/tree/master/spring-cloud-stream-app-dependencies) which seems to more closely correlate to the instructions in the documentation for creating and contributing your own Stream Application Starters but looks like it has been actively contributed to recently. There is also this set of repositories (https://github.com/spring-cloud-stream-app-starters?utf8=%E2%9C%93&q=&type=&language=),它是从项目页面链接到的那个,看起来更活跃,但与贡献文档不匹配(例如,没有 spring-"cloud-stream-app-dependencies" 或 "spring-cloud-stream-app-generator" 个模块)。
到目前为止,我认为第二名可能是最新的,所以我从这里分叉 (https://github.com/spring-cloud-stream-app-starters/twitter) 并进行了更改,但在提交之前我正在寻找更新的文档以确保完成我的解决方案。
我应该基于哪个存储库进行更改,是否有更新的文档?