Open carterpage opened 10 years ago
Unable to reproduce. Whenever NevadoSession creates a consumer or a producer with a foreign implementation of a Destination, it will transform it into a NevadoDestination using NevadoDestination.getInstance(destination);
The implementation checks if the destination is of type NevadoTopic before it deletes the message. It should probably check that it is "Topic" in case it is a non-Nevado topic.
.....
}