Skip to content
This repository was archived by the owner on Sep 26, 2020. It is now read-only.

Commit 2357871

Browse files

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

protocol/find_coordinator_request.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ type CoordinatorType int8
66

77
const (
88
CoordinatorGroup CoordinatorType = 0
9-
CoordinatorTransaction CoordinatorType = 0
9+
CoordinatorTransaction CoordinatorType = 1
1010
)
1111

1212
type FindCoordinatorRequest struct {

0 commit comments

Comments
 (0)