[Canvas] Migrate expression runner from bfetch to an HTTP route #190267
Labels
impact:medium
Addressing this issue will have a medium level of impact on the quality/strength of our product.
loe:medium
Medium Level of Effort
performance
refactoring
Team:DataDiscovery
Discover App Team (Document Explorer, Saved Search, Surrounding documents, Data, DataViews)
Team:Presentation
Presentation Team for Dashboard, Input Controls, and Canvas
Summary
As part of getting ready to remove the
bfetch
plugin (see #186139), we need to move consumers of thebfetch
services off of it.Currently, Canvas utilizes
bfetch
for running an expression:kibana/x-pack/plugins/canvas/server/routes/functions/functions.ts
Lines 54 to 67 in aa3b89f
This needs to be moved into a regular HTTP route before we can remove the
bfetch
plugin.The text was updated successfully, but these errors were encountered: