missourian55

Results 7 comments of missourian55

@mscharp Can you please tell me which AWS Package supports below classes `AWSSAMLAuthenticationConfiguration` , `SamlIdentityProviderServiceFactory` and `SamlIdentityProviderService` I am trying to use your example for getting saml assertions before pass...

> Hi @SgtSilvio > GraalVM native image should work with the hivemq-mqtt-client. > Any more information, more logs or a small reproducer would be very helpful. Hello, I am using...

@SgtSilvio Thank you! That *Substitution* suggestion fixed jctools issue. Now I am seeing a Netty compile time issue. I refuse to use quarkus in built Mqtt client because it doesn't...

As the stack trace suggested I enabled `trace-class-initialization` ```properties --trace-class-initialization=io.netty.buffer.UnpooledDirectByteBuf\\,io.netty.buffer.UnpooledByteBufAllocator$InstrumentedUnpooledUnsafeDirectByteBuf\\,\ io.netty.buffer.UnpooledUnsafeDirectByteBuf\\,io.netty.buffer.AbstractReferenceCountedByteBuf ``` It is pointing to an **com.hivemq.client.internal.mqtt.codec.encoder.mqtt3.Mqtt3DisconnectEncoder** ```java com.oracle.svm.core.util.UserError$UserException: Classes that should be initialized at run time got initialized...

@SgtSilvio Thank you! I added this `if (!isConnected) { disconnect; connect; }` after noticing that client is not automatically reconnecting. Does **MQTT server** have any special support for *client* `automaticReconnect`?...

Tested this feature this morning with cdk 2.70.0. I am still seeing the error ``` Resource handler returned message: "The repository with name 'test-app' in registry with id '1234567890' cannot...

I have the same requirement. If I use `rewrite_tag`, then the order of the filter execution is important and I am not sure how to do that with **ClusterFilter**