surisoft-io / capi

CAPI Load Balancer
Apache License 2.0
19 stars 2 forks source link

various question #20

Open franalta opened 7 months ago

franalta commented 7 months ago

Hi, first of all thank You to have shared your gateway project. This project seems to be well done. After this I want ask You some things:

  1. can You made a branch with related changes so the project is runnable on java 1.8 ?
  2. it's possible add the support to discover routes from a db (and give also the related driver of DBMS)?
  3. I have read the first page but I don't have found How to declare your API to CAPI link section .... if I enable the authorization this is related only with oauth protocol?
  4. if I enable authorization I'm enforced to secure all my api or I have the choose to made some public api and other private api?
  5. I don't know if You have see google apigeex, but in the api gateway can also added conditional flow and shared flow... I'm not expert, but it's possible (using the db) add various steps and specify route between file .class using JNDI ?

Hope that you read my post

Best regards

franalta