Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/IBM/sarama
/ handler
Struct
handler
consumer_group_test.go:17–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
)
16
17
type
handler
struct
{
18
messageCh
chan
*ConsumerMessage
19
}
20
21
func
(h *handler) Setup(s ConsumerGroupSession) error {
return
nil }
22
func
(h *handler) Cleanup(s ConsumerGroupSession) error {
return
nil }
Callers
1
withRecover
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected