MAIF / izanami

Izanami is a centralized versatile feature flag solution, well suited for micro service architectures.
https://maif.github.io/izanami/
Apache License 2.0
189 stars 43 forks source link

Adding a rest interceptor #613

Closed francoisle closed 2 years ago

francoisle commented 2 years ago

Hi,

We are using Izanami with Java, Spring Boot, and the feature client for feature flipping. It works great, but we were wondering if it was possible to add a Rest Interceptor to log the requests.

More specifically, we would like to add a Logbook interceptor so we can have a better monitoring for the outgoing calls to the Izanami server.

I have searched the documentation, but I could not find the answer or a way to do it. Can it be done ?

Thanks