Ask Your Question

ctoomey's profile - activity

2021-06-26 03:28:04 +0000 received badge  Notable Question (source)
2021-06-26 03:28:04 +0000 received badge  Popular Question (source)
2019-10-31 18:19:34 +0000 marked best answer Kafka protocol update available?

Hi, I've just downloaded the latest Wireshark for Mac OS and am using it to view Kafka traffic.

The kafka protocol component is outdated though, as it's unable to deal with the Kafka API versions being used by my software. I see in the decoded packets the following info for each of the different Kafka API keys.

Kafka (OffsetCommit v4 Request)
    Length: 208
    [Response Frame: 1494]
    API Key: OffsetCommit (8)
    API Version: 4
        [Expert Info (Warning/Undecoded): Unsupported OffsetCommit version. Supports v0-3.]
            [Unsupported OffsetCommit version. Supports v0-3.]
            [Severity level: Warning]
            [Group: Undecoded]

Is there somewhere I can get an up-to-date Kafka protocol decoder?

thanks, Chris

2019-10-31 18:19:34 +0000 received badge  Scholar (source)
2019-10-30 23:59:10 +0000 commented answer Kafka protocol update available?

It's working perfectly, nice work!

2019-10-30 23:24:32 +0000 commented answer Kafka protocol update available?

Awesome, will try it out, thanks much.

2019-10-30 19:54:46 +0000 asked a question Kafka protocol update available?

Kafka protocol update available? Hi, I've just downloaded the latest Wireshark for Mac OS and am using it to view Kafka