Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Kafka.JoinGroup.Request.V9
Synopsis
- data Request = Request {
- groupId :: !Text
- sessionTimeoutMilliseconds :: !Int32
- rebalanceTimeoutMilliseconds :: !Int32
- memberId :: !Text
- groupInstanceId :: !(Maybe Text)
- protocolType :: !Text
- protocols :: !(SmallArray Protocol)
- reason :: !Text
- data Protocol = Protocol {}
- toChunks :: Request -> Chunks
Documentation
Kafka Join Group request V9.
Constructors
Request | |
Fields
|