MCPcopy
hub / github.com/IBM/sarama / Commit

Method Commit

offset_manager.go:26–26  ·  view source on GitHub ↗

Commit commits the offsets. This method can be used if AutoCommit.Enable is set to false.

()

Source from the content-addressed store, hash-verified

24 // Commit commits the offsets. This method can be used if AutoCommit.Enable is
25 // set to false.
26 Commit()
27}
28
29type offsetManager struct {

Implementers 1

offsetManageroffset_manager.go

Calls

no outgoing calls