open-policy-agent / contrib

Integrations, examples, and proof-of-concepts that are not part of OPA proper.

Home Page:http://www.openpolicyagent.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deal with new Kafka authorizer interface

anderseknert opened this issue · comments

Kafka 2.4.0 came with a new Java authorizer interface, meaning that JSON structure currently supported by the Kafka plugin here is no longer in use since December 2019. Bisnode just released a new version of their plugin which supports this. We should either do the same here or remove the Kafka integration from contrib in favor of theirs.

Closing as fixed — the Kafka code here has been superseded by https://github.com/StyraInc/opa-kafka-plugin