Skip to content

Commit 40dddd8

Browse files
Akhil NairRyan P
Akhil Nair
authored and
Ryan P
committed
Update README.md
Fix typo
1 parent 958e174 commit 40dddd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ key = {"name": "Key"}
135135

136136
avroProducer = AvroProducer({
137137
'bootstrap.servers': 'mybroker,mybroker2',
138-
'schema.registry.url': 'http://schem_registry_host:port'
138+
'schema.registry.url': 'http://schema_registry_host:port'
139139
}, default_key_schema=key_schema, default_value_schema=value_schema)
140140

141141
avroProducer.produce(topic='my_topic', value=value, key=key)

0 commit comments

Comments
 (0)