Jens Reimann
Jens Reimann
> I don't believe that the connector is at the right level. It's a temporary solution as we need to get things moving. > Typically, being in a connector avoid...
I could draft up a PR. However I am not sure I can find the time to follow up on this to get it merged. I think this should come...
I just figured out we already have it as a transient dependency. So it is more a question if we want to use it ourselves. See: https://github.com/EnMasseProject/enmasse/tree/master/vendor/github.com/pkg/errors
It looks like as if this is caused by the fact that the CA is only renewed when the reconcile loop is run. However, that is not timer based by...
I guess we have the same problem with the IoT bits, as they rely on the same pattern now.
For IoT it is actually fixed now. And it should be the same for OpenShift 4.x.
When using plain Kubernetes, you need to manually manage the inter-service certificates: https://github.com/EnMasseProject/enmasse/blob/22adf763814d6e6b08af7707144ad1ab2c272d84/templates/iot/examples/iot-infra-k8s.yaml#L7-L16
I dug a bit into this, and couldn't find any difference to the `simple-client` example, which did work just fine. I then ran an update on all dependencies (`cargo update`),...
So I did run into this again, even with newer dependencies. I dug a bit deeper, and noticed that it is repeatedly returning "none" in the following code: https://github.com/locka99/opcua/blob/3b052d0f8a7c5fcb99f164ebb31c22d61c8a1d2d/lib/src/server/comms/tcp_transport.rs#L451-L453 Do...
So it looks like that this comes from a previous session, when connecting using `connect_to_endpoint`, where is does retrieve the remote endpoints. The connection gets closed, but the reader loop...