hmb-ba / protocol

Apache Kafka Protocol implementation in Haskell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implicit use of request builder based on rqApiKey

mjuchli opened this issue · comments

As buildRqMessage provides the rqApiKey field, we can determine the correct request and thus also the request builder based on this. So we can provide a single function called buildRqMessage and omit stuff like "buildFtRqMessage".