yagmuratak opened a new issue, #13268:
URL: https://github.com/apache/pinot/issues/13268
I want to get topic message headers basically from AWS MSK with Kafka 2.8.1
version. In documentation:
`Each header key is listed as a separate column: __header$HeaderKeyName :
String` and i applied this into my schema like
`{
"metricFieldSpecs": [
],
"dimensionFieldSpecs": [
...
{
"name": "__key",
"dataType": "STRING"
},
{
"name": "__header$createdAt",
"dataType": "STRING"
}`
but not worked. Also i could not fetch offset information via
`__metadata$offset : String`. I use latest version of Pinot. (I can get key of
message via __key without problem)
Could you give me more information about getting headers or metadata with
Pinot from Kafka?
--
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]