openzipkin / zipkin-reporter-java

Shared library for reporting zipkin spans on transports such as http or kafka
Apache License 2.0
126 stars 70 forks source link

Pulls up ConstantHttpEndpointSupplier #251

Closed codefromthecrypt closed 9 months ago

codefromthecrypt commented 9 months ago

Per review notes on https://github.com/openzipkin/zipkin-reporter-java/pull/249, this makes it more obvious that the Constant endpoint supplier is another type. While this is different than the rest of the code here and elsewhere (e.g. Call.Constant, etc), it isn't a big deal to me, as long as our packages don't become littered with dozens of files for special cased api-significant types.