This message was deleted.
# troubleshooting
s
This message was deleted.
m
It looks like the answer to your question is yes. I'm looking at the Specifying data format doc:
Kafka indexing service supports both
inputFormat
and
parser
to specify the data format. Use the
inputFormat
to specify the data format for Kafka indexing service unless you need a format only supported by the legacy
parser
.
The input format doc continues:
You can use the
inputFormat
field to specify the data format for your input data.
And includes Parquet as a supported data format. Just make sure to load the Druid Parquet extension.
d
At the moment right now, at least based on my past experience, you cannot consume parquet file from a Kafka topic.
g
even with
inputFormat
? I would think it does work using
inputFormat
, although I never tried it!
d
yes, I set the inputFormat to parquet and it didn’t work. Unless something changed recently. We tested it 3 versions ago.