Fix deserialization of extra_headers.
kafka_to_value didn't recursively convert to tuples, so they were of type Tuple[List[bytes], ...] instead of Tuple[Tuple[bytes, bytes], ...]
Migrated from D3806 (view on Phabricator)
Staging instance, all changes can be removed at any time
kafka_to_value didn't recursively convert to tuples, so they were of type Tuple[List[bytes], ...] instead of Tuple[Tuple[bytes, bytes], ...]
Migrated from D3806 (view on Phabricator)