mirror of
https://github.com/uber-common/node-kafka-rest-client.git
synced 2026-02-01 17:27:30 +00:00
commit
6e34031598
@ -44,6 +44,7 @@ function KafkaRestClient(options, callback) {
|
||||
self.connecting = false;
|
||||
self.proxyHost = options.proxyHost;
|
||||
self.urlToHttpClientMapping = {};
|
||||
self.cachedTopicToUrlMapping = {};
|
||||
self.proxyPort = options.proxyPort;
|
||||
self.requestUrl = self.proxyHost + ':' + self.proxyPort;
|
||||
self.mainHttpClient = new lbPool.Pool(http, [self.requestUrl], {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user