lhotari commented on PR #23954:
URL: https://github.com/apache/pulsar/pull/23954#issuecomment-2824831442

   One potential problem is the Confluent schema registry licenses. It says
   
   > The project is licensed under the [Confluent Community 
License](https://github.com/confluentinc/schema-registry/blob/master/LICENSE-ConfluentCommunity),
 except for the client-* and avro-* libs, which are under the [Apache 2.0 
license](https://github.com/confluentinc/schema-registry/blob/master/LICENSE-Apache).
 See LICENSE file in each subfolder for detailed license agreement.
   
   for example, 
https://github.com/confluentinc/schema-registry/blob/master/protobuf-serializer/src/main/java/io/confluent/kafka/serializers/protobuf/KafkaProtobufDeserializer.java
 doesn't have Apache 2.0 license.
   
   
https://github.com/confluentinc/schema-registry/blob/master/avro-serializer/src/main/java/io/confluent/kafka/serializers/KafkaAvroDeserializer.java
 is under Apache 2.0 license.


-- 
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-unsubscr...@pulsar.apache.org

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

Reply via email to