|
|
@@ -6,7 +6,7 @@ var (
|
|
|
emptyDescribeLogDirsRequest = []byte{255, 255, 255, 255} // Empty array (array length -1 sent)
|
|
|
topicDescribeLogDirsRequest = []byte{
|
|
|
0, 0, 0, 1, // DescribeTopics array, Array length 1
|
|
|
- 0, 6, // Topic name length 18
|
|
|
+ 0, 6, // Topic name length 6
|
|
|
'r', 'a', 'n', 'd', 'o', 'm', // Topic name
|
|
|
0, 0, 0, 2, // PartitionIDs int32 array, Array length 2
|
|
|
0, 0, 0, 25, // PartitionID 25
|