josepowera
josepowera
As Imgproxy works as http server and http client it would be great to have support for distributed tracing like https://opentelemetry.io/ (if not abstracted that zipkin or https://www.jaegertracing.io/)
Looking forward to a moment when there will be some way to test interoperation with Java - to use at least predict part in Java using JNI/JNA or something similar,...
Please add Dockerfile to build or at least RUN in docker. A pre-built public docker image would be great too.
If config file supports reading values from enviorment variables, it greatly simplifies option of running RedisShake as Kubernetes Job (you can specify target.address for example). https://github.com/pelletier/go-toml/issues/797 Similar to https://docs.influxdata.com/telegraf/v1.21/administration/configuration/#set-environment-variables
It would simplify debuging kubernetes cluster problems / mittens configuration parameter errors when additional data regarding what is going on, at least where it's connecting to and url that is...
Allow to add headers to outgoing request. For some sites we find, that they require specific headers, and then they work under curl. However in miniflux we can't add any...
As many sites have started blocking based on JA3 https client fingerprint an easy general bypass would be to allow calling using external curl. Specifficaly to allow to enter curl...
Please add GraalVM dockerfile. Compiling java to native app would make a skyhook - redis2aerospike proxy with much lower memory requirements . something similar as in https://github.com/ashwinbhaskar/aerospike-migration
In Prebid-server-java we see https://github.com/prebid/prebid-server-java/blob/c5e7782b15c3bd47267a9268fd25a21a8bf34d98/src/main/java/org/prebid/server/geolocation/MaxMindGeoLocationService.java geolocation services. In Prebid-server (Go) no reference to any geolocation database (maxmind?) is found. We see filtering based on Geo.Country as one of the most...