Question
Distributed Topic Vs Topic
This is in continuation to the below post
For having a distributed topic we need to create a cluster of managed server.
Clustering comes at its own cost of constant communication between managed servers and more importantly session replication ( which Pega doesn't need).
What will be the impact if we have more than 50 JVM's ( not in cluster) connecting to the same db, however each having a regular topic and not a distributed topic?
***Edited by Moderator: Lochan to update platform capability tags***
You should always use Weblogic clustering for a production deployment (especially with so many JVms), irrespective using distributed topic or not. Pega cluster is scoped at db level, independent of Webglogic setup.