Máté Lang
Máté Lang
Is there any way to control the checkpointing process? We'd like our consumer to gracefully give up if there is a processing error and let another consumer try the same...
Hi @kenrmayfield , I unfortunately don't have access to a Mikrotik device anymore. Maybe someone else watching this repo can help?
You can achieve that using the import-mapping flag. We've done it like this in our Makefile ```Makefile OAPI_SCHEMA_FILE := openapi/api.yaml OAPI_COMMON_SCHEMA_FILE := openapi/types.yaml OAPI_GENERATED_DIR := pkg/openapi/generated OAPI_CODEGEN := ~/go/bin/oapi-codegen oapi:...
This is a major blocker for us as well.
Hi @fams , I'll have to check, sorry for the delay, I missed the notification from this issue.
Did you try version 1.0.0? The only difference is support for RSA PSS? Do you need that?
I will close this issue since I did not have time to backport that functionality to v4. I will continue to maintain the compatibility with go-jwt v5 and AWS SDK...