drodil / backstage-plugin-qeta

Backstage.io plugin for Q&A
https://www.npmjs.com/package/@drodil/backstage-plugin-qeta
MIT License
81 stars 25 forks source link

Question: Can we use this plugin with old backend system of backstage ? #156

Closed kedaroh-bh closed 3 months ago

kedaroh-bh commented 3 months ago

We have not migrated our Backstage instance to new Backend system and we need a fix for issue #154

  1. Is it fine to use latest frontend plugin with old backend plugin version ?
  2. Can we use this plugin with old backend system ?
drodil commented 3 months ago
  1. It should be fine, I don't think there's major api changes lately
  2. I've removed support for the old backend system on purpose to make people migrate to the new. This is also what's happening in the backstage repo all the time. So, I would suggest you to also do the migration asap
kedaroh-bh commented 3 months ago

Thank you for quick response, we will start migration to new backend system.