Documentation ¶
Index ¶
- func CalculateMsgLength(message pulsar.Message) int
- func GetLatestMsgId(partitionedTopic, addr string) (msg []byte, err error)
- func HttpGet(url string, params map[string]string, header map[string]string) (resp []byte, err error)
- func PartitionedTopic(topic string, partition int) string
- func ReadEarliestMsg(partitionedTopic string, maxWaitMs int, pulsarClient pulsar.Client) (pulsar.Message, error)
- func ReadLastedMsg(partitionedTopic string, maxWaitMs int, msgIdBytes []byte, ...) (pulsar.Message, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CalculateMsgLength ¶
func GetLatestMsgId ¶
func PartitionedTopic ¶
func ReadEarliestMsg ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.