disable message pool by default
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
@@ -116,3 +116,10 @@ type subscribeMessagePoolKey struct{}
|
|||||||
func SubscribeMessagePool(b bool) broker.SubscribeOption {
|
func SubscribeMessagePool(b bool) broker.SubscribeOption {
|
||||||
return broker.SetSubscribeOption(subscribeMessagePoolKey{}, b)
|
return broker.SetSubscribeOption(subscribeMessagePoolKey{}, b)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
type subscribeMessagePoolKey struct{}
|
||||||
|
|
||||||
|
// SubscribeMessagePool optionaly enabled/disable message pool
|
||||||
|
func SubscribeMessagePool(b bool) broker.SubscribeOption {
|
||||||
|
return broker.SetSubscribeOption(subscribeMessagePoolKey{}, b)
|
||||||
|
}
|
||||||
|
@@ -39,6 +39,7 @@ type consumer struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type Subscriber struct {
|
type Subscriber struct {
|
||||||
|
<<<<<<< HEAD
|
||||||
consumers map[tp]*consumer
|
consumers map[tp]*consumer
|
||||||
c *kgo.Client
|
c *kgo.Client
|
||||||
htracer *hookTracer
|
htracer *hookTracer
|
||||||
|
Reference in New Issue
Block a user