Add
This commit is contained in:
@@ -5,5 +5,5 @@ import org.apache.avro.specific.SpecificRecordBase;
|
||||
import java.util.List;
|
||||
|
||||
public interface KafkaConsumer<T extends SpecificRecordBase> {
|
||||
void receive(List<T> messages , List<Long> keys , List<Integer> partitions , List<Long> offSets);
|
||||
void receive(List<T> messages , List<String> keys , List<Integer> partitions , List<Long> offSets);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user