vtlim commented on code in PR #17740: URL: https://github.com/apache/druid/pull/17740#discussion_r1994164938
########## docs/ingestion/data-formats.md: ########## @@ -1654,7 +1654,7 @@ For details, see the Schema Registry [documentation](http://docs.confluent.io/cu | type | String | Set value to `schema_registry`. | yes | | url | String | Specifies the URL endpoint of the Schema Registry. | yes | | capacity | Integer | Specifies the max size of the cache (default = Integer.MAX_VALUE). | no | -| urls | Array<String\> | Specifies the URL endpoints of the multiple Schema Registry instances. | yes (if `url` is not provided) | +| urls | Array\<String\> | Specifies the URL endpoints of the multiple Schema Registry instances. | yes (if `url` is not provided) | Review Comment: ```suggestion | urls | ARRAY\<String\> | Specifies the URL endpoints of the multiple Schema Registry instances. | yes (if `url` is not provided) | ``` -- 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]
