Update formats.md

This commit is contained in:
Denny Crane 2022-07-19 18:22:21 -03:00 committed by GitHub
parent 499818751e
commit be1d40916a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1632,6 +1632,8 @@ kafka_topic_list = 'topic1',
kafka_group_name = 'group1',
kafka_format = 'AvroConfluent';
-- for debug purposes you can set format_avro_schema_registry_url in session.
-- this way cannot be used in production
SET format_avro_schema_registry_url = 'http://schema-registry';
SELECT * FROM topic1_stream;