Class ConfluentCloudDestinationImpl

java.lang.Object
com.commercetools.api.models.subscription.ConfluentCloudDestinationImpl
All Implemented Interfaces:
ConfluentCloudDestination, Destination, io.vrap.rmf.base.client.ModelBase

public class ConfluentCloudDestinationImpl extends Object implements ConfluentCloudDestination, io.vrap.rmf.base.client.ModelBase

This destination can be used to push events and messages to Confluent Cloud. To set up a Subscription of this type, first, create a topic in Confluent Cloud. Then, to allow Composable Commerce to push events and messages to your topic, generate API keys for your topic, and create the Subscription destination using the generated credentials.

The Composable Commerce producer uses the following values: SASL_SSL forsecurity.protocol, PLAIN forsasl.mechanism, and the default value (1048576) for max.request.size.