[Authentication - SASL_SSL] - Hy everyone, hope yo...
# troubleshooting
f
[Authentication - SASL_SSL] - Hy everyone, hope you all having a good day. I am trying to create a real time table in pinot. I have the following: • `docker-compose.yml`: with zoopkeeper and pinot broker, controller and server •
schema.json:
containing my table schema (after transforming from ascv as pointed out in here
table.json:
where I am using `streamConfigs`to pass the confluent authentication keys Two questions: 1. Is it wrong to pass the credentials in that file (please disregard security issues because this is a very local and small test) ? 2. I keep getting a return 500: that says the Consumer couldnt be formed. I would really really appreciate your help. BTW I am following startree recipes. 🆘
m
f
@Mayank it turns out that our kafka has one authentication setting and the schema registry has a different one. Could this be interefering with the implementation?
m
Not sure, but I think it might be an issue.
f
@kaiqueras