Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Consumer ¶
Consumer represents the subscription to a specified Kafka topic
func (*Consumer) NotificationSubscribeAndListen ¶
NotificationSubscribeAndListen will subscribe to a Kafka topic and start polling and listening for events Adpated from https://github.com/confluentinc/confluent-kafka-go#examples
func (*Consumer) OrderSubscribeAndListen ¶
OrderSubscribeAndListen will subscribe to a Kafka topic and start polling and listening for events Adpated from https://github.com/confluentinc/confluent-kafka-go#examples
func (*Consumer) ShipperSubscribeAndListen ¶
ShipperSubscribeAndListen will subscribe to a Kafka topic and start polling and listening for events Adpated from https://github.com/confluentinc/confluent-kafka-go#examples
func (*Consumer) WarehouseSubscribeAndListen ¶
WarehouseSubscribeAndListen will subscribe to a Kafka topic and start polling and listening for events Adpated from https://github.com/confluentinc/confluent-kafka-go#examples