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

Function MakePulsarSourceTubeConfig

admin/utils/utils.go:34–36  ·  view source on GitHub ↗
(topics ...string)

Source from the content-addressed store, hash-verified

32}
33
34func MakePulsarSourceTubeConfig(topics ...string) []adminclient.ModelTubeConfig {
35 return MakeQueueSourceTubeConfig(PulsarQueue, "fs", topics...)
36}
37
38func MakeQueueSourceTubeConfig(queueType string, subName string, topics ...string) []adminclient.ModelTubeConfig {
39 return []adminclient.ModelTubeConfig{

Callers 1

TestBasicFunctionFunction · 0.92

Calls 1

Tested by 1

TestBasicFunctionFunction · 0.74