mop icon indicating copy to clipboard operation
mop copied to clipboard

MQTT on Pulsar implemented using Pulsar Protocol Handler

Results 48 mop issues
Sort by recently updated
recently updated
newest added

**Describe the bug** MOP v4.0.4.3 latest startup error with pulsar 4.0.4 **To Reproduce** 1.pulsar 4.0.4 download url https://downloads.apache.org/pulsar/pulsar-4.0.4/apache-pulsar-4.0.4-bin.tar.gz 2. mop download url https://github.com/streamnative/mop/releases/download/v4.0.4.3/pulsar-protocol-handler-mqtt-4.0.4.3.nar 2. config mop with url https://github.com/streamnative/mop/releases/download/v4.0.4.3/pulsar-protocol-handler-mqtt-readme.md 3....

My IoT devices are pre-loaded with certificates, and each one has a private key, and my server has the corresponding public key how do I use that to only allow...

**Describe the bug**: Hi, I think that I found a little bug in mop authorization module. Pulsar version: 3.0.5 MoP version: 3.0.5.8 Configuration: in mop, when I set the authorization...

*(If this PR fixes a github issue, please add `Fixes #`.)* Fixes # *(or if this PR is one task of a github issue, please add `Master Issue: #` to...

doc-info-missing

This is a PR created by snbot to trigger the check suite in each repository.

doc-info-missing

It seems that after issue: "[MoP Proxy seems redundant, introduces unnecessary complexity](https://github.com/streamnative/mop/issues/1218)" the development kinda stopped ? Anybody uses it in a production environment ? BR Matej

### Motivation MQTTConsumer appId field is equivalent to the userRole in Authentication. The appId field will be used to do checkPermissionsAsync when namespace policies update. https://github.com/apache/pulsar/blob/0a949de4bfa3734194be87a8655763a4411be1b6/pulsar-broker/src/main/java/org/apache/pulsar/broker/service/Consumer.java#L1042-L1044 ### Modifications Before: appId...

doc-info-missing

**Describe the bug** I deployed a Pulsar cluster (Pulsar version 4.0.4) using the helm chart pulsar-4.0.1 in a K8s environment, and added the following configurations in the configuration file. ----------------------------------------------...