You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@eventmesh.apache.org by ch...@apache.org on 2022/10/16 15:09:38 UTC

[incubator-eventmesh] branch master updated: modify KafkaProducerImpl checkstyle

This is an automated email from the ASF dual-hosted git repository.

chenguangsheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-eventmesh.git


The following commit(s) were added to refs/heads/master by this push:
     new fa75c78d modify KafkaProducerImpl checkstyle
     new 26b48675 Merge pull request #1620 from mroccyen/KafkaProducerImpl-checkstyle
fa75c78d is described below

commit fa75c78dea122aa89a09300439c024f3ac080d41
Author: mroccyen <qi...@126.com>
AuthorDate: Sun Oct 16 23:06:15 2022 +0800

    modify KafkaProducerImpl checkstyle
---
 .../eventmesh/connector/kafka/producer/KafkaProducerImpl.java     | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/eventmesh-connector-plugin/eventmesh-connector-kafka/src/main/java/org/apache/eventmesh/connector/kafka/producer/KafkaProducerImpl.java b/eventmesh-connector-plugin/eventmesh-connector-kafka/src/main/java/org/apache/eventmesh/connector/kafka/producer/KafkaProducerImpl.java
index 28cdcf3a..f5c1355b 100644
--- a/eventmesh-connector-plugin/eventmesh-connector-kafka/src/main/java/org/apache/eventmesh/connector/kafka/producer/KafkaProducerImpl.java
+++ b/eventmesh-connector-plugin/eventmesh-connector-kafka/src/main/java/org/apache/eventmesh/connector/kafka/producer/KafkaProducerImpl.java
@@ -17,14 +17,16 @@
 
 package org.apache.eventmesh.connector.kafka.producer;
 
-import java.util.Properties;
-
-import io.cloudevents.CloudEvent;
 import org.apache.eventmesh.api.RequestReplyCallback;
 import org.apache.eventmesh.api.SendCallback;
 import org.apache.eventmesh.api.producer.Producer;
+
 import org.apache.kafka.clients.producer.ProducerConfig;
 
+import java.util.Properties;
+
+import io.cloudevents.CloudEvent;
+
 public class KafkaProducerImpl implements Producer {
 
     private ProducerImpl producer;


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: commits-help@eventmesh.apache.org