Carlos Vieira
Carlos Vieira
I used https://github.com/sirius1024/go-amqp-reconnect to reconnect and connect to a cluster of rabbitmq. Would it be possible to support this feature? https://github.com/sirius1024/go-amqp-reconnect/blob/master/rabbitmq/rabbitmq.go#L118
Improvement: It would be quite handy to have max retry based on the error type.
`cdk-cloudfront-authorization` is throwing the following error: ``` { "errorType": "TypeError", "errorMessage": "Cannot convert undefined or null to object", "stack": [ "TypeError: Cannot convert undefined or null to object", " at...
Does it have support for avro schema evolution? Providing reader and writer schema? Example on different library: https://github.com/actgardner/gogen-avro/issues/93#issuecomment-502929357 And overall topic related articles: https://martin.kleppmann.com/2012/12/05/schema-evolution-in-avro-protocol-buffers-thrift.html https://docs.confluent.io/5.2.2/schema-registry/index.html#schema-management
After upgrading to 1.6.3 from 1.5.x I found that when the bridge connection is lost the bridge won't recover when the connection is re-established. Only solution has been restarting mosquitto....
Both on mac and linux I get this error when doing `zapLogger.Sync()`: ``` sync /dev/stderr: inappropriate ioctl for device ``` Code: ``` zapLogger, err := zap.NewProduction() if err != nil...
Is it possible to only print the filename or even a level below? There is a lot of pollution of the logs due to CI pipeline, example: ``` /var/lib/jenkins/jobs/service/workspace/main.go:80 ```
Logstash
> Terraform module to provision an Elasticsearch cluster with built-in integrations with Kibana and Logstash. Apologies if is somewhere obvious, but where is the logstash, the host and how to...
Suggestion to allow different packages per generator ``` oapi-codegen -generate types,server api/openapi.yaml -o types=internal/api/models/models.go -o server=internal/api/server/server.go ```
I'm already using KeyspaceName on the configs and error says I'm not using it. ```go import ( "github.com/golang-migrate/migrate/v4" "github.com/golang-migrate/migrate/v4/database/cassandra" _ "github.com/golang-migrate/migrate/v4/source/file" ) func (r *repo) Migrate() error { session, err...