Draft
Conversation
|
|
||
| The first you running, you will need to generate the CA and the | ||
| self signed certificates. Run `make setup` and fill the required fields | ||
| and accept signing the certificates. (see [config's README.md](./confit/README.md)). |
Member
There was a problem hiding this comment.
Suggested change
| and accept signing the certificates. (see [config's README.md](./confit/README.md)). | |
| and accept signing the certificates. (see [config's README.md](./config/README.md)). |
| @@ -0,0 +1,9 @@ | |||
| # Generate CA and certificates | |||
|
|
|||
| To generate the example just run `bash ./setup.sh`, and fill the missing | |||
Member
There was a problem hiding this comment.
.sh files are missing execute permission
| fields for certificates (and accept signing and adding the certificates | ||
| to the keystore). | ||
|
|
||
| You can edit the `env.sh` file to change settins if you want, however, |
Member
There was a problem hiding this comment.
Suggested change
| You can edit the `env.sh` file to change settins if you want, however, | |
| You can edit the `env.sh` file to change settings if you want, however, |
| # this script produces fake ticker prices, using the `prices.txt` data | ||
| # with each line for each of the list of tickers | ||
| KTOPIC=stockprice | ||
| KADDRESS=shrimp.ln:9092 |
Member
There was a problem hiding this comment.
where should this domain come from? shouldn't it be localhost?
|
|
||
| ### Consuming messages | ||
|
|
||
| To chck the messages that are in the queues there are some scripts |
Member
There was a problem hiding this comment.
Suggested change
| To chck the messages that are in the queues there are some scripts | |
| To check the messages that are in the queues there are some scripts |
Signed-off-by: kpacha <dlopez@krakend.io>
Signed-off-by: kpacha <dlopez@krakend.io>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.