Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreas-schroeder/kafka-health-check
/ types & classes
Types & classes
22 in github.com/andreas-schroeder/kafka-health-check
⨍
Functions
188
◇
Types & classes
22
Interface
BrokerConnection
BrokerConnection represents a connection to the Kafka broker
check/connectors.go:12
Struct
BrokerMetadata
check/status.go:55
Struct
BrokerStatus
check/status.go:23
Struct
ClusterStatus
check/status.go:35
Struct
HealthCheck
HealthCheck holds all data required for health checking.
check/health_check.go:12
Struct
HealthCheckConfig
HealthCheckConfig is the configuration for the health check.
check/health_check.go:24
Struct
MockBrokerConnection
Mock of BrokerConnection interface
check/connectors_mock.go:15
Struct
MockZkConnection
Mock of ZkConnection interface
check/connectors_mock.go:86
Struct
PartitionStatus
check/status.go:49
Struct
ReplicationStatus
check/status.go:30
Struct
Status
compatibility/test.go:191
Interface
StatusReport
check/status.go:18
Struct
TopicStatus
check/status.go:42
Struct
Update
check/health_check.go:41
Interface
ZkConnection
ZkConnection represents a connection to a ZooKeeper ensemble
check/connectors.go:55
Struct
ZkTopic
check/zk_metadata.go:11
Struct
_MockBrokerConnectionRecorder
Recorder for MockBrokerConnection (not exported)
check/connectors_mock.go:21
Struct
_MockZkConnectionRecorder
Recorder for MockZkConnection (not exported)
check/connectors_mock.go:92
Struct
kafkaBrokerConnection
actual implementation of the Kafka broker connection based on optiopay/kafka.
check/connectors.go:25
Struct
versionSpec
compatibility/test.go:25
Struct
zkConnection
Actual implementation based on samuel/go-zookeeper/zk
check/connectors.go:66
Struct
zkNullLogger
check/connectors.go:70