-
-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
idea: add running kafka-to-elasticsearch
Signed-off-by: Login Victor <batazor@evrone.com>
- Loading branch information
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="knative/kafka-to-elasticsearch" type="GoApplicationRunConfiguration" factoryName="Go Application" folderName="knative"> | ||
<module name="shortlink" /> | ||
<working_directory value="$PROJECT_DIR$" /> | ||
<envs> | ||
<env name="K_CONFIG_TRACING" value="{"backend":"zipkin","debug":"true","sample-rate":"1","zipkin-endpoint":"http://otel-collector.observability:9411/api/v2/spans"}" /> | ||
</envs> | ||
<kind value="PACKAGE" /> | ||
<package value="github.com/batazor/shortlink/internal/services/knative/sync-search/kafka-to-elasticsearch" /> | ||
<directory value="$PROJECT_DIR$" /> | ||
<filePath value="$PROJECT_DIR$/internal/services/knative/sync-search/kafka-to-elasticsearch/kafka-to-elasticsearch.go" /> | ||
<method v="2" /> | ||
</configuration> | ||
</component> |