dgkafka 1.0.0a17__tar.gz → 1.0.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dgkafka
3
- Version: 1.0.0a17
3
+ Version: 1.0.1
4
4
  Summary: Kafka clients
5
5
  Home-page: https://gitlab.com/gng-group/dgkafka.git
6
6
  Author: Malanris
@@ -74,7 +74,6 @@ class AvroConsumerConfig(ConsumerConfig, AvroConfigMixin):
74
74
 
75
75
  class AvroProducerConfig(ProducerConfig, AvroConfigMixin):
76
76
  """Avro producer configuration with Schema Registry support"""
77
- max_schemas_per_subject: int = Field(default=1000, alias="max.schemas.per.subject")
78
77
 
79
78
  @classmethod
80
79
  def set(cls, config_dict: Dict[str, Any]) -> "AvroProducerConfig":
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dgkafka
3
- Version: 1.0.0a17
3
+ Version: 1.0.1
4
4
  Summary: Kafka clients
5
5
  Home-page: https://gitlab.com/gng-group/dgkafka.git
6
6
  Author: Malanris
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "dgkafka"
7
- version = "1.0.0a17"
7
+ version = "1.0.1"
8
8
  authors = [
9
9
  {name = "Roman Rasputin", email = "admin@roro.su"},
10
10
  ]
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes