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 2021/11/18 20:18:50 UTC

[GitHub] [pulsar] dlg99 commented on pull request #12859: Don't create AvroData for each KafkaSourceRecord

dlg99 commented on pull request #12859:
URL: https://github.com/apache/pulsar/pull/12859#issuecomment-973228643


   another problem with AvroData creation is that it logs
   ```
   INFO  org.apache.pulsar.kafka.shade.io.confluent.connect.avro.AvroDataConfig - AvroDataConfig values: 
   
   	connect.meta.data = true
   	enhanced.avro.schema.support = false
   	schemas.cache.config = 1000
   ```
   every time it is created; this PR should reduce amount of useless logging in debezium connectors


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

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