You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@pekko.apache.org by "pjfanning (via GitHub)" <gi...@apache.org> on 2024/03/27 00:46:54 UTC

[I] upgrade kafka client [pekko-connectors-kafka]

pjfanning opened a new issue, #150:
URL: https://github.com/apache/pekko-connectors-kafka/issues/150

   This is constrained by a Confluent lib that we use.
   https://github.com/apache/pekko-connectors-kafka/blob/main/project/Versions.scala#L40
   
   That lib has dependencies on a 'provided' version of the kafka client that is a Confluent release, not the Apache one.
   
   @mdedetrich I believe that you are a Kafka contributor. Do you have any thoughts on how we should approach this?


-- 
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: notifications-unsubscribe@pekko.apache.org.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org


Re: [I] upgrade kafka client [pekko-connectors-kafka]

Posted by "pjfanning (via GitHub)" <gi...@apache.org>.
pjfanning commented on issue #150:
URL: https://github.com/apache/pekko-connectors-kafka/issues/150#issuecomment-2041026121

   @mdedetrich I think we need to address this before we really consider using scala steward


-- 
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: notifications-unsubscribe@pekko.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org


Re: [I] upgrade kafka client [pekko-connectors-kafka]

Posted by "mdedetrich (via GitHub)" <gi...@apache.org>.
mdedetrich commented on issue #150:
URL: https://github.com/apache/pekko-connectors-kafka/issues/150#issuecomment-2041122286

   I'll check this tomorrow, thanks for noticing


-- 
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: notifications-unsubscribe@pekko.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org


Re: [I] upgrade kafka client [pekko-connectors-kafka]

Posted by "pjfanning (via GitHub)" <gi...@apache.org>.
pjfanning commented on issue #150:
URL: https://github.com/apache/pekko-connectors-kafka/issues/150#issuecomment-2050639539

   ok - it was feasible to merge all the Scala Steward PRs - a few required some minor additional changes - but all is well
   
   My main issues with the Confluent project boil down to its non-standard maven repo and its weird in-house forks of the Apache Kafka libs. Nothing has assuaged this for me yet.


-- 
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: notifications-unsubscribe@pekko.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org


Re: [I] upgrade kafka client [pekko-connectors-kafka]

Posted by "mdedetrich (via GitHub)" <gi...@apache.org>.
mdedetrich commented on issue #150:
URL: https://github.com/apache/pekko-connectors-kafka/issues/150#issuecomment-2050416640

   So this library is not a kafka library, its a serializer and even though its from Confluent its license is Apache based https://mvnrepository.com/artifact/io.confluent/kafka-avro-serializer/7.6.0 .
   
   There shouldn't be any issue here, and its common for users of Kafka to use this library as it provides avro based serdes for kafka messages


-- 
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: notifications-unsubscribe@pekko.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org