uber-common/node-kafka-rest-client

Provide option to specify additional headers

dylanmei opened this issue · 0 comments

It would be kind of great if an additional headers option was exposed. This seems different to, but may be an alternate way to solve PR #49

var configs = {
    proxyHost: 'localhost',
    proxyPort: 18084,
    headers: {
       "X-API-Key": "foo-bar",
    },
};