lua-protobuf dependency upgrade
Hi, Is it possible to upgrade lua-protobuf version? Current version is 0.3.3 last commit is 3 years ago, last released version is 0.5.1. Why I need this? I'm using another project and the project depends lua-protobuf-0.5.0 also depends opentelemetry-lua. So issue was came from this point. I fixed with workaround solution. But now I can't use this workaround with new version of apisix.
Will not remove installed versions of lua-protobuf.
Removing them would break dependencies for:
lua-resty-etcd 1.10.5-0
opentelemetry-lua 0.2-3
Use --force to force removal (warning: this may break modules).
Failed removing.
I use apache/apisix:3.9.1-debian run a demo, to test the opentelemetry plugin, it works fine.
In the docker image, there are three lua-protobuf version installed:
also the three so library:
And the nginx worker use the highest version lua-protobuf library, su nobody -s /bin/sh -c "pmap -p 49":
I removed my old solution and I tested again. It looks fixed with lua-protbuf-5.0. Thank you for your response.