tarantool / tracing

OpenTracing API for Tarantool
9 stars 2 forks source link

Example uses deprecated HTTP v2 #15

Closed DifferentialOrange closed 2 years ago

DifferentialOrange commented 2 years ago

https://github.com/tarantool/tracing/blob/9feeae61e3dfa2d295d0c538c85a3686523d72ab/README.md?plain=1#L241-L313 and https://github.com/tarantool/tracing/blob/9feeae61e3dfa2d295d0c538c85a3686523d72ab/README.md?plain=1#L317-L382 use HTTP v2 module, which is deprecated now (https://github.com/tarantool/http/pull/142). HTTP v1 is installed by default from servers and, since v1 and v2 code is incompatible, example fails. It confuses users trying to run code from README (https://t.me/tarantoolru/182158).