tomsanbear opened a new issue, #1329:
URL: https://github.com/apache/datafusion-ballista/issues/1329

   **Describe the bug**
   Scheduler panics at startup when REST API enabled. Axum 0.8 changed route 
parameter syntax from `:param` to `{param}`.
   
   **To Reproduce**
   1. Enable REST API feature
   2. Start scheduler
   3. Panic on route registration
   
   **Expected behavior**
   Scheduler starts without panic.
   
   **Additional context**
   Axum 0.8 release notes: 
https://github.com/tokio-rs/axum/releases/tag/axum-v0.8.0
   Affects all routes in `ballista/scheduler/src/api/mod.rs`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to