spring-cloud-dataflow
spring-cloud-dataflow copied to clipboard
Proposal for documenting client-server compatibility on documentation
I am trying to find any official statement on what SCDF client versions work with which server SCDF versions and I cannot find it. Would it be worthwhile to add it to documentation or is there any general rule?
My apologies if this can be found somewhere, I tried searching terms like compatibility and the like with no luck on both github and scdf documentation
@cppwfs has looked into this, he can provide some information. Thanks for reporting.
SCDF is currently on API revision 14 which was introduced SCDF 1.7. This can be reviewed by curling the dataflow URL and at the bottom of the result you will see:
This is also discussed here: https://docs.spring.io/spring-cloud-dataflow/docs/current/reference/htmlsingle/#api-guide-resources-index-response-structure.
With that being said we probably want to add a table to the reference guide mapping DataFlow version to the revision number.
thanks mates!!!!