pjpringle commented on issue #7239: URL: https://github.com/apache/pinot/issues/7239#issuecomment-893069403
Potentially a different issue with confluent Kafka schema registry properties which we have resolved. The kafka serialization exception caused by 401 unauthorized by schema registry went to the console log and is not present in the on disk log files, this created some confusion. Although still think it's worth changing the 2.0 kafka consumer code to use byte[] key / serializer like 0.9 and to document the fact the the key is not used and also the location for kafka logs. On Thu, 5 Aug 2021, 05:23 Neha Pawar, ***@***.***> wrote: > What kind of exception are you seeing? Is there a stack trace/log? I'm > wondering why it is not getting read as a string automatically. I'm sure > this is not the first time someone has tried to ingest a topic that used a > non-string column as a key. > > — > You are receiving this because you authored the thread. > Reply to this email directly, view it on GitHub > <https://github.com/apache/pinot/issues/7239#issuecomment-892984275>, or > unsubscribe > <https://github.com/notifications/unsubscribe-auth/AFPNQ4WY7BKW3OFZKTLIZRTT3GVULANCNFSM5BMZ5GRQ> > . > -- 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]
