Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client is the struct for handling Client connections and operations
func (*Client) PublishMessage ¶
func (c *Client) PublishMessage(ctx context.Context, topic string, key, value []byte, options PublishOptions) error
PublishMessage sends a message to a specified Client topic
type Kafka ¶
type PublishOptions ¶
type PublishOptions struct {
Partition *int
}
PublishOptions is the struct for handling publish options
type SubscriptionOptions ¶
SubscriptionOptions is the struct for handling subscription options
Click to show internal directories.
Click to hide internal directories.