Apache Pulsar Slack Sun, 14 Jul 2019 02:12:00 -0700
2019-07-13 23:57:57 UTC - Chris Bartholomew: @vikash If you are using token-based authentication, then you just need to but the token in the Authorization header like this: ```Bearer <token>``` ----