Documentation
¶
Index ¶
Constants ¶
View Source
const ( EventTypeInternal = 1 EventTypeExternal = 2 )
View Source
const ( ProtocolTypeGRPCSend = "grpcSend" ProtocolTypeHTTPSend = "httpSend" ProtocolTypeGRPCInternalHandler = "grpcInternalHandler" )
View Source
const ( RepeatDuplicatePre = "1" RepeatDuplicateCommitted = "2" RepeatDuplicatePreFirst = "3" RepeatDuplicateGetErr = "5" RepeatDuplicateSetErr = "6" )
View Source
const ( KeyRepeatDuplicate = "evhub:processor:repeat:duplicate:%v" RepeatDuplicateTimeOut = 60 )
View Source
const (
RepeatDuplicateScript = `` /* 464-byte string literal not displayed */
)
Variables ¶
This section is empty.
Functions ¶
func TopicRepeatDuplicateKey ¶
TopicRepeatDuplicateKey returns the duplicate key for a topic
Types ¶
type ConnectorType ¶
type ConnectorType string
ConnectorType connector type
const ( ConnectorTypePulsar ConnectorType = "pulsar" ConnectorTypeNsq ConnectorType = "nsq" ConnectorTypeKafka ConnectorType = "kafka" )
type InternalHandlerReq ¶
InternalHandlerReq is req of the internal handler
type InternalHandlerRsp ¶
type InternalHandlerRsp struct { }
InternalHandlerRsp is rsp of the internal handler
Click to show internal directories.
Click to hide internal directories.