Kafka column types | 1.1 sec | Passed |
SPARK-27494: read kafka record containing null key/values | 1.4 sec | Passed |
assign from earliest offsets (failOnDataLoss: false) | 7 sec | Passed |
assign from earliest offsets (failOnDataLoss: true) | 5.9 sec | Passed |
assign from latest offsets (failOnDataLoss: false) | 7.8 sec | Passed |
assign from latest offsets (failOnDataLoss: true) | 8.3 sec | Passed |
assign from specific offsets (failOnDataLoss: false) | 4 sec | Passed |
assign from specific offsets (failOnDataLoss: true) | 4 sec | Passed |
assign from specific timestamps (failOnDataLoss: false) | 5.9 sec | Passed |
assign from specific timestamps (failOnDataLoss: true) | 5.9 sec | Passed |
bad source options | 10 ms | Passed |
cannot stop Kafka stream | 1 sec | Passed |
ensure continuous stream is being used | 0.1 sec | Passed |
get offsets from case insensitive parameters | 0 ms | Passed |
read Kafka transactional messages: read_committed | 5 sec | Passed |
read Kafka transactional messages: read_uncommitted | 1.9 sec | Passed |
subscribing topic by name from earliest offsets (failOnDataLoss: false) | 8.5 sec | Passed |
subscribing topic by name from earliest offsets (failOnDataLoss: true) | 7.9 sec | Passed |
subscribing topic by name from latest offsets (failOnDataLoss: false) | 10 sec | Passed |
subscribing topic by name from latest offsets (failOnDataLoss: true) | 9.1 sec | Passed |
subscribing topic by name from specific offsets (failOnDataLoss: false) | 4.4 sec | Passed |
subscribing topic by name from specific offsets (failOnDataLoss: true) | 3.9 sec | Passed |
subscribing topic by name from specific timestamps (failOnDataLoss: false) | 6.9 sec | Passed |
subscribing topic by name from specific timestamps (failOnDataLoss: true) | 7 sec | Passed |
subscribing topic by pattern from earliest offsets (failOnDataLoss: false) | 7 sec | Passed |
subscribing topic by pattern from earliest offsets (failOnDataLoss: true) | 7.9 sec | Passed |
subscribing topic by pattern from latest offsets (failOnDataLoss: false) | 10 sec | Passed |
subscribing topic by pattern from latest offsets (failOnDataLoss: true) | 11 sec | Passed |
subscribing topic by pattern from specific offsets (failOnDataLoss: false) | 3.9 sec | Passed |
subscribing topic by pattern from specific offsets (failOnDataLoss: true) | 4 sec | Passed |
subscribing topic by pattern from specific timestamps (failOnDataLoss: false) | 6.9 sec | Passed |
subscribing topic by pattern from specific timestamps (failOnDataLoss: true) | 7 sec | Passed |
unsupported kafka configs | 10 ms | Passed |