examples

package
v1.5.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 19, 2025 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ProducerExample

func ProducerExample()

ProducerExample demuestra cómo usar los helpers para crear fácilmente productores con diferentes configuraciones predefinidas

func RetryConsumerExample

func RetryConsumerExample()

RetryConsumerExample demuestra cómo usar los helpers para crear fácilmente un RetryConsumer con un productor predeterminado inyectado

Types

type ExampleMessage

type ExampleMessage struct {
	ID        string    `json:"id"`
	Timestamp time.Time `json:"timestamp"`
	Value     string    `json:"value"`
}

ExampleMessage es un mensaje para demostración

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL