You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2018/07/17 22:57:25 UTC

[GitHub] merlimat commented on a change in pull request #2187: Removed the `Context.ack(byte[] messageId)` and expose `Record` instead

merlimat commented on a change in pull request #2187:  Removed the `Context.ack(byte[] messageId)` and expose `Record` instead 
URL: https://github.com/apache/incubator-pulsar/pull/2187#discussion_r203207180
 
 

 ##########
 File path: pulsar-io/core/pom.xml
 ##########
 @@ -38,16 +38,10 @@
 
     <dependency>
       <groupId>${project.groupId}</groupId>
-      <artifactId>pulsar-common</artifactId>
+      <artifactId>pulsar-functions-api</artifactId>
       <version>${project.version}</version>
-      <exclusions>
 
 Review comment:
   Oh, true, I was intending to remove the dependency alltogether, not just the exclusions.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services