spring-cloud-dataflow icon indicating copy to clipboard operation
spring-cloud-dataflow copied to clipboard

Support for launching Boot 3.0 apps

Open markpollack opened this issue 2 years ago • 0 comments

Need to look at various changes in the Boot 3.0 line

  • Task/Batch schema changes
    • Use of timestamp in batch steps is a breaking change. UI Dataflow and schema changes
    • Task and batch use sequences for mariadb and sqlserver
  • Observability
    • Tracing
      • Use of prefixes will impact dataflow trace visibility
      • Other name changes could cause impact..
    • Metrics
      • Use of prefixes will affect current dataflow metrics visibility
  • Support for launching native images
    • Docker images with native images
    • Running native images locally (Is this something we want to do)

markpollack avatar Sep 06 '22 15:09 markpollack