MCPcopy Index your code
hub / github.com/FunctionStream/function-stream / MakePulsarSinkTubeConfig

Function MakePulsarSinkTubeConfig

admin/utils/utils.go:54–56  ·  view source on GitHub ↗
(topic string)

Source from the content-addressed store, hash-verified

52}
53
54func MakePulsarSinkTubeConfig(topic string) *adminclient.ModelTubeConfig {
55 return MakeQueueSinkTubeConfig(PulsarQueue, topic)
56}
57
58func MakeQueueSinkTubeConfig(queueType string, topic string) *adminclient.ModelTubeConfig {
59 return &adminclient.ModelTubeConfig{

Callers 1

TestBasicFunctionFunction · 0.92

Calls 1

MakeQueueSinkTubeConfigFunction · 0.85

Tested by 1

TestBasicFunctionFunction · 0.74