Skip to content

Commit

Permalink
Merge pull request #230 from nats-io/tgb/adr28-fixJSONbooltypo
Browse files Browse the repository at this point in the history
ADR-28: RePub, Fix typo in JSON fragment example
  • Loading branch information
Jarema committed Aug 10, 2023
2 parents 5cd2fd5 + 0fa284d commit 9949a74
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion adr/ADR-28.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
| Status | Implemented |
| Tags | jetstream, server |

## Update History
| Date | Author | Description |
|------------|---------|----------------------------------------------------|
| 2023-06-27 | @tbeets | Fix typo on JSON boolean in `headers_only` example |

## Context and Problem Statement

In some use cases it is useful for a subscriber to monitor messages that have been ingested by a stream (captured to
Expand Down Expand Up @@ -55,7 +60,7 @@ Here is an example of a stream configuration with the RePublish option specified
"republish": {
"src": "one.>",
"dest": "uno.>",
"headers_only": "false"
"headers_only": false
},
"retention": "limits",
... omitted ...
Expand Down

0 comments on commit 9949a74

Please sign in to comment.