|
|
@ -113,12 +113,12 @@ namespace Squidex.Extensions.Actions.Kafka |
|
|
|
|
|
|
|
|
public string MessageValue { get; set; } |
|
|
public string MessageValue { get; set; } |
|
|
|
|
|
|
|
|
public Dictionary<string, string> Headers { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
public string Schema { get; set; } |
|
|
public string Schema { get; set; } |
|
|
|
|
|
|
|
|
public string PartitionKey { get; set; } |
|
|
public string PartitionKey { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
public Dictionary<string, string> Headers { get; set; } |
|
|
|
|
|
|
|
|
public int PartitionCount { get; set; } |
|
|
public int PartitionCount { get; set; } |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|