Abdul Matin
Abdul Matin
@marcalff I am building envoy-contrib with this option `--config=rbe-toolchain-clang-libc++`. I have tried building `-Wno-c++20-attribute-extensions` that failed also.
> > I am building envoy-contrib with this option `--config=rbe-toolchain-clang-libc++`. > > Ok, but this does not tell us anything about the compiler version, and the C++ standard used. You're...
FYI, Envoy has recently switched to C++ 20. So, we can build without hitting any error. https://github.com/envoyproxy/envoy/issues/32660#issuecomment-1977147673
@owent thanks. This hack worked.
> Opentelemetry-cpp no longer supports C++11: > > * [[DEPRECATION] Drop C++11 support #1830](https://github.com/open-telemetry/opentelemetry-cpp/issues/1830) > * [[REMOVAL] Drop C++11 support #2147](https://github.com/open-telemetry/opentelemetry-cpp/issues/2147) @marcalff Thanks. Seems like it doesn't support C++12 either.
@ThomsonTan tip of the current `main` branch.
Tried this but got the same error: ``` context.getTransportSocketFactoryContext().clusterManager().getThreadLocalCluster(otel_collector_cluster_name)->tcpConn(nullptr).host_description_->address()->asString(); ```
Sorry. I need the address instead because I need this address for otel collector configuration. I am using otel official SDK, which I don't think, can be configured with the...
This needs to be addressed too. #32289
CC: @fabriziomello What is the status here?