SASL_SSL OAUTHBEARER support for high level consumer#581
SASL_SSL OAUTHBEARER support for high level consumer#581arnaud-lb merged 15 commits intoarnaud-lb:6.xfrom
Conversation
81bcd7e to
431d216
Compare
|
hey @arnaud-lb Is there any way to make the pipeline run? Is there anything else that needs to be done to move forward with this PR? No pressure, I just am trying to figure out how things work here. |
|
Waiting for the one to be merged soon. |
|
@oaattia Is there anything I can do to speed up the PR process? |
|
I don't know, I just need this feature :) |
cad6236 to
4e90890
Compare
|
Thank you @Rastusik! I fixed the pipeline and took the liberty of fixing some minor issues. The new test seems to be unstable, could you check? |
|
@arnaud-lb thank you for the fixes. |
|
I even manually reproduced the github ci tests script locally and I'm still not getting any error compared to the ones that are here. tested in ubuntu 24.04 docker image |
|
Thank you @Rastusik! |
|
Thanks a lot @arnaud-lb ! :) |
|
Thanks @arnaud-lb |
|
I am also in need of this feature and am looking forward to the upcoming release! Thank you, @Rastusik and @arnaud-lb, for putting this together! |
|
@devenjahnke I wanted to use this feature, so I built it manually from the branch that was merged |
|
yeah, we already have it in production, also built manually from the 6.x branch (but with a specific locked in commit, just to play it safe) |
|
Hey @arnaud-lb, apologies for reviving an old PR. I was wondering if/when this could be officially released as a new v6 version? |
This PR addresses #580 .
I also extracted the main logic into a separate
oauthbearer.cfile, so it's not copy pasted into 2 places.I will be happy for any help or support or feedback, since this is the first time I'm working on a PHP extension.
EDIT: I also needed to implement the
poll()method toKafkaConsumerbecause I had problems with callinggetMetadata()andgetCommittedOffsets().