Garule Prabhudas

Results 7 issues of Garule Prabhudas

Initial changes to address reader topic not found issue: https://github.com/apache/pulsar-client-go/issues/553 Changes: - create multi-topic reader

This PR address [issue-443](#443 ) Ability to add properties to message before sending using context param. Modified the producer interceptor methods to accept `context` parameter.

#### Expected behaviour Schema compatibility: `Forword-transitive` for example DLQ producer creation should not fail with an error #### Actual behavior DLQ producer creation fails with schema incompatibility error. ```go ERRO[0004]...

- It is better to have option to view schema registered with topic on pulsar manager UI. If indeed it makes sense to have option to view schema, I'll go...

Fixes #409 ### Motivation *Added ability to view schema registered with topic on UI*

FYI I'm referring to : https://github.com/yahoo/sherlock/blob/master/src/main/java/com/yahoo/sherlock/model/AnomalyReport.java#L272 `int percentageDeviation = (int) (((interval.actualVal - interval.expectedVal) / interval.expectedVal) * 100);` Whenever the `interval.expectedVal = 0.0f` then, no matter what is the value of...

Just we like how the [received command is logged ](https://github.com/apache/pulsar-client-go/blob/master/pulsar/internal/connection_reader.go#L59)on receiving from broker, It will be helpful to debug issues on client side if [sent command is also logged here](https://github.com/apache/pulsar-client-go/blob/master/pulsar/internal/connection.go#L500)...