mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-09-28 05:47:36 +00:00
* Handle nested `topicData` in `representProduceRequest` * Handle nested `topics` in `representCreateTopicsRequest` and `representCreateTopicsResponse` * Handle nested `responses` in `representProduceResponse` * Handle nested `topics` in `representFetchRequest` and nested `responses` in `representFetchResponse` * Introduce `ignoreKeys` argument to `representMapAsTable` and ignore the keys based on that argument * Bring back the `nil` checks
13 lines
279 B
Modula-2
13 lines
279 B
Modula-2
module github.com/up9inc/mizu/tap/extensions/kafka
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/fatih/camelcase v1.0.0
|
|
github.com/ohler55/ojg v1.12.12
|
|
github.com/segmentio/kafka-go v0.4.17
|
|
github.com/up9inc/mizu/tap/api v0.0.0
|
|
)
|
|
|
|
replace github.com/up9inc/mizu/tap/api v0.0.0 => ../../api
|