SamarthMohan
SamarthMohan
Also running into this issue. Has there been any progress on this?
Producer or client? I create the producer as follows: ``` this.producer = await client.createProducer({ topic: generateTopicName(config.pulsar.tenant, config.pulsar.namespace), producerName: 'my_topic_name', sendTimeoutMs: 30000, }); ``` The client is created as follows: ```...
@sijie following up on this. Do you have any thoughts/ suggestions? Thanks!
Thanks! Is this being worked on already or should I submit a PR for this?
Has anyone used `aws_sig_auth` to connect to an AWS RDS instance when using Diesel? I am trying to use the signed URL that is generated as a replacement for the...
@lcmgh Would you mind posting what you passed in to assume_role_provider for the proxy argument? Thanks!