Skip to content

Commit efbd6fb

Browse files
author
Bingqin Zhou
authored
Merge pull request #223 from wepay/add_missed_java_doc
Adding missed java doc for a few params.
2 parents ae67984 + 6e9c7a3 commit efbd6fb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

kcbq-connector/src/main/java/com/wepay/kafka/connect/bigquery/SchemaManager.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ public class SchemaManager {
3838
* given table.
3939
* @param schemaConverter Used to convert Kafka Connect Schemas into BigQuery format.
4040
* @param bigQuery Used to communicate create/update requests to BigQuery.
41+
* @param kafkaKeyFieldName The name of kafka key field to be used in BigQuery.
42+
* If set to null, Kafka Key Field will not be included in BigQuery.
43+
* @param kafkaDataFieldName The name of kafka data field to be used in BigQuery.
44+
* If set to null, Kafka Data Field will not be included in BigQuery.
4145
*/
4246
public SchemaManager(
4347
SchemaRetriever schemaRetriever,

0 commit comments

Comments
 (0)