Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

------------------------------------------------------------------------------------------------

PingRequest

 

Format below:

Code Block
{
  Version                => int16
  CorrelationId          => int64
  GroupId                => String
  ConsumerId             => String
}

 

PingResponse

 

Format below:

Code Block
{
  Version                => int16
  CorrelationId          => int64
  ErrorCode              => int16
}

...