ne1l
ne1l
[Extend](https://pkg.go.dev/github.com/gabriel-vasile/mimetype#example-package-Extend) could not set the parent node of the custom mimetype , I want to add the DLL to the portable-executable node
DLQ and RLQ are created together, and the same data goes first to RLQ and then to DLQ,so the producer configuration of RLQ also needs to be modified? https://github.com/apache/pulsar-client-go/blob/6a8e7f39aac100a285a2c190186e38b73a5c9d34/pulsar/retry_router.go#L128-L132
May I ask which version this pull will be megred in?
thank, retry queues are also a problem and should be the same configuration https://github.com/apache/pulsar-client-go/blob/6a8e7f39aac100a285a2c190186e38b73a5c9d34/pulsar/retry_router.go#L128
@std-s When will this patch be merged?
> Quote reply > Refere ```go func (p *Sock5) Start() error { if p.status == plugins.Running { return fmt.Errorf("is already running") } var options []socks5.Option options = append(options, socks5.WithLogger(socks5.NewLogger(p.logger))) if...