Hi,
I’m running Kong 2.1 as Ingress Controller. I wrote a custom plugin which stores a custom entity, then I created a migration for it although I assume it’s not going to be executed since there is no DB…
the log error I get when trying to store my custom entity is:
cannot create ‘’ entities when not using a database
so my question is: can I store custom entities when using DB-less mode? and if so, How?
Many Thanks!