Skip to content

Commit

Permalink
De-dup: record packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ods committed Oct 22, 2023
1 parent 57d5471 commit c2041d9
Show file tree
Hide file tree
Showing 31 changed files with 2 additions and 7,802 deletions.
2 changes: 1 addition & 1 deletion aiokafka/consumer/fetcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ class Fetcher:
Parameters:
client (AIOKafkaClient): kafka client
subscription (SubscriptionState): instance of SubscriptionState
located in kafka.consumer.subscription_state
located in aiokafka.consumer.subscription_state
key_deserializer (callable): Any callable that takes a
raw message key and returns a deserialized key.
value_deserializer (callable, optional): Any callable that takes a
Expand Down
2 changes: 0 additions & 2 deletions kafka/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ def emit(self, record):

from kafka.admin import KafkaAdminClient
from kafka.client_async import KafkaClient
from kafka.consumer import KafkaConsumer
from kafka.consumer.subscription_state import ConsumerRebalanceListener
from kafka.producer import KafkaProducer
from kafka.conn import BrokerConnection
from kafka.serializer import Serializer, Deserializer
from kafka.structs import TopicPartition, OffsetAndMetadata
Expand Down
7 changes: 0 additions & 7 deletions kafka/consumer/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +0,0 @@
from __future__ import absolute_import

from kafka.consumer.group import KafkaConsumer

__all__ = [
'KafkaConsumer'
]
1,016 changes: 0 additions & 1,016 deletions kafka/consumer/fetcher.py

This file was deleted.

1,225 changes: 0 additions & 1,225 deletions kafka/consumer/group.py

This file was deleted.

7 changes: 0 additions & 7 deletions kafka/producer/__init__.py

This file was deleted.

115 changes: 0 additions & 115 deletions kafka/producer/buffer.py

This file was deleted.

71 changes: 0 additions & 71 deletions kafka/producer/future.py

This file was deleted.

Loading

0 comments on commit c2041d9

Please sign in to comment.