goktugkose commented on issue #13763:
URL: https://github.com/apache/iceberg/issues/13763#issuecomment-3176146464

   @kumarpritam863 Of course, you can see the connector configuration below. We 
do not use anything special when it comes to worker configuration. Is there any 
special setting that you seek? We're using v1.9.1 with Google BigQuery 
Metastore as a catalog. 
   
   ```
   {
       "config.providers": "file",
       "config.providers.file.class": 
"org.apache.kafka.common.config.provider.FileConfigProvider",
       "connector.class": "org.apache.iceberg.connect.IcebergSinkConnector",
       "consumer.override.auto.offset.reset": "earliest",
       "consumer.override.bootstrap.servers": "***",
       "consumer.override.sasl.jaas.config": "***",
       "consumer.override.sasl.mechanism": "SCRAM-SHA-512",
       "consumer.override.security.protocol": "SASL_SSL",
       "consumer.override.ssl.ca.location": "***",
       "consumer.override.ssl.truststore.location": "***",
       "consumer.override.ssl.truststore.password": "***",
       "errors.retry.timeout": "30000",
       "iceberg.catalog.catalog-impl": 
"org.apache.iceberg.gcp.bigquery.BigQueryMetastoreCatalog",
       "iceberg.catalog.gcp.bigquery.location": "***",
       "iceberg.catalog.gcp.bigquery.project-id": "***",
       "iceberg.catalog.warehouse": "gs://***",
       "iceberg.control.commit.interval-ms": "120000",
       "iceberg.control.topic": "***",
       "iceberg.coordinator.transactional.prefix": "***",
       "iceberg.kafka.bootstrap.servers": "***",
       "iceberg.kafka.sasl.jaas.config": "***",
       "iceberg.kafka.sasl.mechanism": "SCRAM-SHA-512",
       "iceberg.kafka.security.protocol": "SASL_SSL",
       "iceberg.kafka.ssl.ca.location": "***",
       "iceberg.kafka.ssl.truststore.location": "***",
       "iceberg.kafka.ssl.truststore.password": "***",
       "iceberg.tables": "dataset.table",
       "iceberg.tables.auto-create-enabled": "true",
       "iceberg.tables.evolve-schema-enabled": "true",
       "iceberg.tables.schema-case-insensitive": "false",
       "key.converter": "org.apache.kafka.connect.storage.StringConverter",
       "key.converter.schemas.enable": "false",
       "tasks.max": "1",
       "topics": "***",
       "transforms": 
"InsertTimestamp,InsertOffset,InsertPartition,TimestampConverter",
       "transforms.InsertOffset.type": 
"org.apache.kafka.connect.transforms.InsertField$Value",
       "transforms.InsertPartition.partition.field": "_kafka_partition",
       "transforms.InsertPartition.type": 
"org.apache.kafka.connect.transforms.InsertField$Value",
       "transforms.InsertTimestamp.timestamp.field": "_kafka_ts",
       "transforms.InsertTimestamp.type": 
"org.apache.kafka.connect.transforms.InsertField$Value",
       "transforms.TimestampConverter.field": "_kafka_ts",
       "transforms.TimestampConverter.format": "yyyy-MM-dd'T'HH:mm:ss.SSS",
       "value.converter": "org.apache.kafka.connect.json.JsonConverter",
       "value.converter.schemas.enable": "false"
   }
   ```
   
   fyi @oykuaslan


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to