-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
use learnings from kafka plugin for pulsar plugin #45
Comments
Hi @hpvd 👋 This is as good place as any, I suppose 🙂 I had a look at that some month back, but I left it half-done as I didn't have the time to finish it. I could pick it up if it's of interest, but I have no experience using Pulsar, so needless to say it would be unsupported 😅 It would probably make sense to reuse e.g. config to as large extent as possible from this plugin, in order to ease transition between the two systems. |
thanks for your kind words... imho pulsar is worth it to be a first class citizen like kafka 🙂 |
Yeah, just to be clear, this plugin is also not supported by Styra, at least not at this point in time. A huge difference is however that we have @scholzj present here as maintainer, and he definitely does use Kafka — the OPA plug-in is provided as part of his Strimzi project, which if I understand thinigs correctly is included even in a few commercial RedHat offerings. We don't have that luxury with regards to Pulsar, I'm afraid. I'm quite busy for the next two weeks, but I'll try and wrap up my Pulsar plug-in after that. Would be nice to have at least something to start from. |
yes I understand that would be another "quality" at the beginning. |
...and imho there could be no better start than being able to build on learnings from a plugin for another somehow similar messaging system 🙂 |
For sure. I can't promise anything, but we should be able to have an integration for testing before the summer. |
sorry this is probably not the perfect place for this question...
are there any plans to use the learnings from building this plugin for topic level authorization for kafka
for a plugin for the georeplicated message and streaming platform apache pulsar ?
see https://pulsar.apache.org/
Pulsars adaption is growing strong and since v2.7 it also supports topic level policies
https://pulsar.apache.org/docs/2.11.x/admin-api-topics/
for authorization https://pulsar.apache.org/docs/2.11.x/security-extending/
The text was updated successfully, but these errors were encountered: