sholtoarmstrong-iot commented on issue #10259:
URL: https://github.com/apache/druid/issues/10259#issuecomment-1151114767
Im experiencing a similar issue in versions 0.21.0, 0.21.1 and 0.22.1. My
ingestion spec is as follows:
```json
{
"type": "kafka",
"spec": {
"ioConfig": {
"type": "kafka",
"consumerProperties": {
"bootstrap.servers": "kafka:9092",
"security.protocol": "SASL_PLAINTEXT",
"sasl.mechanism": "PLAIN",
"sasl.jaas.config":
"org.apache.kafka.common.security.plain.PlainLoginModule required
username='user' password='password';"
},
"topic": "topic"
},
"tuningConfig": {
"type": "kafka"
}
}
}
```
With input data like:
```json
{
"EntryTime": "2022-06-09T07:25:29.464",
"Key": "xyz\\Machine 1\\Pump",
"Efficiency": 2.0,
"Status": 1.0,
"Rotation Speed": 1.4,
"Pressure": 83.0,
"Flow Rate": 893.0,
"Temperature": 83.0
}
````

--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]