Skip to content

Commit

Permalink
fix: removes dreprecated property from KafkaSettings.cs.
Browse files Browse the repository at this point in the history
  • Loading branch information
lucianareginalino committed Jul 25, 2024
1 parent 2208708 commit ab6c58d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Liquid.Messaging.Kafka/Settings/KafkaSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ public class KafkaSettings
/// </summary>
public bool CompressMessage { get; set; }

public int MyProperty { get; set; }

/// <summary>
/// Client group id string. All clients sharing the same group.id belong to the same group.
/// </summary>
Expand Down

0 comments on commit ab6c58d

Please sign in to comment.