Class CkafkaTargetParams

    • Constructor Detail

      • CkafkaTargetParams

        public CkafkaTargetParams()
      • CkafkaTargetParams

        public CkafkaTargetParams​(CkafkaTargetParams source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getTopicName

        public String getTopicName()
        Get 要投递到的ckafka topic
        Returns:
        TopicName 要投递到的ckafka topic
      • setTopicName

        public void setTopicName​(String TopicName)
        Set 要投递到的ckafka topic
        Parameters:
        TopicName - 要投递到的ckafka topic
      • getRetryPolicy

        public RetryPolicy getRetryPolicy()
        Get 重试策略
        Returns:
        RetryPolicy 重试策略
      • setRetryPolicy

        public void setRetryPolicy​(RetryPolicy RetryPolicy)
        Set 重试策略
        Parameters:
        RetryPolicy - 重试策略