Hi, I am trying out enmasse. I run into this problem:
oc create -f standard-address-space.yaml
addressspace.enmasse.io/myspace created
oc get addressspace myspace
NAME READY PHASE AGE
myspace false Pending 6m
Is this supposed to behave like this (nothing happens for 6 minutes ?)
I did this: >oc delete -f standard-address-space.yaml
addressspace.enmasse.io "myspace" deleted
C:\Users\mp\Downloads\enmasse-0.33.0>oc create -f standard-address-space.yaml
addressspace.enmasse.io/myspace created
C:\Users\mp\Downloads\enmasse-0.33.0>oc get addressspace myspace
NAME READY PHASE AGE
myspace false Pending 9s
Hi, I'm currently evaluating Enmasse for IoT use cases and interested in how it integrates with Eclipse Hono. It seems that the currently website tagline for Enmasse "Multitenant, self-service messaging system for Kubernetes with first-class support for IoT" is misleading since MQTT & other IoT specific support have been removed from Enmasse in PRs EnMasseProject/enmasse#5113 and EnMasseProject/enmasse#5115 . The website also claims that Enmasse has "Support for IoT using HTTP, MQTT, Sigfox or LoRaWAN protocols." This is not the case anymore.
Since PRs #5113 & #5115 didn't contain any rational, could someone explain why IoT support was removed?
Are there plans to move the functionality in another project?
I noticed that a similar question was asked on Github: https://github.com/EnMasseProject/enmasse/pull/5115#issuecomment-724119178
Thank you