C0urante commented on code in PR #11779:
URL: https://github.com/apache/kafka/pull/11779#discussion_r892555684
##########
connect/runtime/src/main/java/org/apache/kafka/connect/storage/KafkaConfigBackingStore.java:
##########
@@ -201,6 +214,9 @@ public static String COMMIT_TASKS_KEY(String connectorName)
{
public static final Schema TARGET_STATE_V0 = SchemaBuilder.struct()
.field("state", Schema.STRING_SCHEMA)
.build();
+ public static final Schema TASK_COUNT_RECORD_V0 = SchemaBuilder.struct()
+ .field("tasks", Schema.INT32_SCHEMA)
Review Comment:
🤷 gave that a try. @mimaison LMKWYT
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]