Skip to content

Commit

Permalink
Remove two default.topic.config uses
Browse files Browse the repository at this point in the history
as outlined in 34baea6 (confluentinc#446)
  • Loading branch information
RasmusWL committed Nov 26, 2018
1 parent 15800d0 commit 447b498
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/integration_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -1210,7 +1210,8 @@ def verify_avro_explicit_read_schema():
conf = {'bootstrap.servers': bootstrap_servers,
'error_cb': error_cb,
'api.version.request': api_version_request,
'default.topic.config': {'produce.offset.report': True}}
'produce.offset.report': True
}

# Create producer
if schema_registry_url:
Expand Down Expand Up @@ -1247,9 +1248,8 @@ def verify_avro_explicit_read_schema():
'api.version.request': api_version_request,
'on_commit': print_commit_result,
'error_cb': error_cb,
'default.topic.config': {
'auto.offset.reset': 'earliest'
}}
'auto.offset.reset': 'earliest'
}

for i, combo in enumerate(combinations):
reader_key_schema = combo.pop("reader_key_schema")
Expand Down

0 comments on commit 447b498

Please sign in to comment.