currentOffset, fetchBufferSize);
HashMap<TopicAndPartition, PartitionFetchInfo> fetchInfo = new HashMap<TopicAndPartition, PartitionFetchInfo>();
fetchInfo.put(topicAndPartition, partitionFetchInfo);
FetchRequest fetchRequest = new FetchRequest(
CamusJob.getKafkaFetchRequestCorrelationId(context),
CamusJob.getKafkaClientName(context),
CamusJob.getKafkaFetchRequestMaxWait(context),
CamusJob.getKafkaFetchRequestMinBytes(context), fetchInfo);