rocketmq-clients icon indicating copy to clipboard operation
rocketmq-clients copied to clipboard

Golang: Make each 'Client' have an independent 'ClientManager'

Open guyinyou opened this issue 2 years ago • 3 comments

Currently a process globally shares a 'ClientManager', so only one 'Conn' is established for each endpoint. When users create a new client, their expectations should be completely independent.

image

guyinyou avatar Aug 25 '22 02:08 guyinyou

This issue is stale because it has been open for 30 days with no activity. It will be closed in 3 days if no further activity occurs.

github-actions[bot] avatar Sep 25 '22 00:09 github-actions[bot]

@guyinyou https://github.com/apache/rocketmq-clients/pull/235 could you reopen this pr?

leizhiyuan avatar Dec 29 '22 20:12 leizhiyuan

@guyinyou #235 could you reopen this pr?

@aaron-ai

guyinyou avatar Dec 31 '22 10:12 guyinyou