Class BrokerEchoWithAutoDiscovery
- java.lang.Object
-
- org.apache.pinot.broker.api.resources.BrokerEchoWithAutoDiscovery
-
@Path("/test") public class BrokerEchoWithAutoDiscovery extends ObjectThis class is a typical "echo" service that will return whatever string you call GET with a path. It is both an integration test and a demonstration of how to dynamically add an endpoint to broker, create auto-service discovery
-
-
Field Summary
Fields Modifier and Type Field Description AutoLoadedServiceForTest_injectedService
-
Constructor Summary
Constructors Constructor Description BrokerEchoWithAutoDiscovery()
-
-
-
Field Detail
-
_injectedService
@Inject public AutoLoadedServiceForTest _injectedService
-
-