Documentation
¶
Index ¶
- type Manager
- func (k *Manager) Close(_ context.Context) error
- func (k *Manager) CreateTopic(ctx context.Context, topic string)
- func (k *Manager) CreateTopicFull(ctx context.Context, topic string, partitions int, rf int)
- func (k *Manager) Initialize(configFile string)
- func (k *Manager) InitializeSchemaRegistry(configFile string)
- func (k *Manager) Produce(_ context.Context, key []byte, data []byte, _ any)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶ added in v0.4.0
type Manager struct {
Topic string
Serializer string
TemplateType string
// contains filtered or unexported fields
}
func (*Manager) CreateTopic ¶ added in v0.4.0
func (*Manager) CreateTopicFull ¶ added in v0.4.0
func (*Manager) Initialize ¶ added in v0.4.0
func (*Manager) InitializeSchemaRegistry ¶ added in v0.4.0
Click to show internal directories.
Click to hide internal directories.