Skip to content

Commit

Permalink
use new turbine troubleshooting checklist in error log
Browse files Browse the repository at this point in the history
  • Loading branch information
samirketema committed Aug 8, 2023
1 parent a7c6e80 commit f2e4bf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/meroxa/turbine/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ https://docs.meroxa.com/beta-overview#updated-meroxa-cli-and-outdated-turbine-li
grpcDestCollectionErr = "invalid WriteCollectionRequest.SourceCollection: embedded message failed validation | " +
"caused by: invalid Collection.Name: value length must be at least 1 runes"
missingSourceCollectionErr = `missing source or source collection, please ensure that you have configured your source correctly:
https://docs.meroxa.com/turbine/troubleshooting"`
https://docs.meroxa.com/turbine/troubleshooting#troubleshooting-checklist"`
)

type AppConfig struct {
Expand Down

0 comments on commit f2e4bf8

Please sign in to comment.