I have a production deployed Spring Boot service behind envoy and currently it has an API that uses gzip compression and serves JSON response. Recently came across Brotli and I'm trying to figure out how to use this compression in the application. Any references would be highly appreciated.