Shannon Weyrick

Results 60 comments of Shannon Weyrick

Hi @seladb, ok interesting. Right so how about add a pure virtual `Layer::identifyNextLayer` and give each layer the ability to peek into the payload to see what is next without...

Seems like that should work, although it means that adding new protocols requires changing this big createLayer() method - reduces cohesion. But not the end of the world. Are the...

I actually prefer my first suggestion, just splitting the identification from the creation and adding an identifyNextLayer, but otherwise leaving the architecture.

Well they would both still have to have if blocks or switches able to handle any of the next layers, but no functionality would be duplicated no. `parseNextLayer()` would almost...

Actually I did a little thinking, and some downsides with this is that it will take some work, it breaks a public API, and has some small duplication as you...

Yes, no doubt you do. I have not compiled this in some time. If you'd like to get it compiling and submit a pull request, I'd love to have it...

Same, haven't gotten this compiling in recent time. Open to pull requests. You should know this project doesn't do much of interest, though (it will not run your php code)....

https://opentelemetry.io/docs/collector/configuration/#authentication

https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/protocol/otlp.md