You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by "gong (via GitHub)" <gi...@apache.org> on 2023/03/14 14:15:14 UTC

[GitHub] [inlong] gong commented on a diff in pull request #7610: [INLONG-7609][Sort] Add audit for Kafka source connector

gong commented on code in PR #7610:
URL: https://github.com/apache/inlong/pull/7610#discussion_r1135617691


##########
inlong-sort/sort-connectors/base/src/main/java/org/apache/inlong/sort/base/metric/MetricsCollector.java:
##########
@@ -15,10 +15,9 @@
  * limitations under the License.
  */
 
-package org.apache.inlong.sort.pulsar.withoutadmin;

Review Comment:
   you remove it in pulsar pom file when you move this class file
   ```
     <dependency>
               <groupId>org.apache.inlong</groupId>
               <artifactId>sort-format-base</artifactId>
               <version>${project.version}</version>
               <scope>provided</scope>
           </dependency>
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org