Skip to content

Commit

Permalink
fix: use correct field for holistic state
Browse files Browse the repository at this point in the history
Signed-off-by: Santiago Jimenez Giraldo <santiago@redpanda.com>
  • Loading branch information
sago2k8 committed Jan 22, 2024
1 parent e32ca85 commit 1dd80c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/pkg/api/connect/service/kafkaconnect/mapper.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func (m mapper) connectorsHTTPResponseToProto(httpResponse kafkaconnect.ClusterC
Tasks: m.taskInfoListToProtoStatus(connector.Tasks),
Type: connector.Type,
Errors: errors,
HolisticState: m.holisticStateToProto(connector.State),
HolisticState: m.holisticStateToProto(connector.Status),
}
}

Expand Down

0 comments on commit 1dd80c5

Please sign in to comment.