Hello, We wanted to implement SSL for our producer/consumer authentication, but we are not certain regarding how good the performance is when using SSL. By performance, we refer to metrics such as message exchanges per second (and any delays).
Our production testbed is setup with 3 brokers and we use encryption and hashing to hide message contents. All the messages are in plain text format. We have about 10 million messages (i.e. records, each with max size of 32 kb) exchanged between production servers every 8 hours (appx). So, all we need to know via some metrics that the delay (if any) is acceptable/tolerable. Has anyone tested this with SSL and have some metrics to share? Regards,