Skip to content

Commit

Permalink
undo whitespace changes in README
Browse files Browse the repository at this point in the history
  • Loading branch information
ePaul committed Aug 8, 2023
1 parent 37cb542 commit 8fe003a
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -438,19 +438,19 @@ nakadi-producer:

This is a list of all the documented spring properties (in alphabetical order), with the link to the corresponding section.

| Property | Summary |
|--------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------|
| [`management.endpoints.web.exposure.include: snapshot-event-creation`](#event-snapshots-optional) | Enable snapshot event production endpoint. |
| [`nakadi-producer.access-token-uri`](#letting-this-library-set-things-up) | The URI of an OAuth2 server where an access token can be acquired. (Only for the legacy STUPS environment.) |
| [`nakadi-producer.access-token-scopes`](#oauth-scope-configuration-in-a-non-zalando-environment) | The Scopes needed on a token. (Not needed for Zalando's Nakadi setup.) |
| [`nakadi-producer.content-encoding`](#letting-this-library-set-things-up) | Compression setting for Nakadi submission, one of `GZIP`, `ZSTD` or `IDENTITY`. |
| [`nakadi-producer.lock-duration`](#customizing-event-locks) | The number of seconds events are locked before transmission. |
| [`nakadi-producer.lock-duration-buffer`](#customizing-event-locks) | Number of seconds before the expiry of a lock an event is not used. |
| [`nakadi-producer.lock-size`](#customizing-event-locks) | Number of events to lock (and then load into memory) at once. |
| [`nakadi-producer.nakadi-base-uri`](#letting-this-library-set-things-up) | The Nakadi base URI used for submitting events. |
| [`nakadi-producer.scheduled-transmission-enabled: false`](#test-support) | Disable event transmission scheduler (but still set up Nakadi connection beans, so it can be used manually). |
| [`nakadi-producer.submission-enabled: false`](#disable-submission-completely) | Disable event submission completely (including all beans for this). |
| [`tracer.traces.X-Flow-ID: flow-id`](#x-flow-id-optional) | Enable flow-ID support |
| Property | Summary |
|------------------------------------------------------------------|----------------|
| [`management.endpoints.web.exposure.include: snapshot-event-creation`](#event-snapshots-optional) | Enable snapshot event production endpoint. |
| [`nakadi-producer.access-token-uri`](#letting-this-library-set-things-up) | The URI of an OAuth2 server where an access token can be acquired. (Only for the legacy STUPS environment.) |
| [`nakadi-producer.access-token-scopes`](#oauth-scope-configuration-in-a-non-zalando-environment) | The Scopes needed on a token. (Not needed for Zalando's Nakadi setup.) |
| [`nakadi-producer.content-encoding`](#letting-this-library-set-things-up) | Compression setting for Nakadi submission, one of `GZIP`, `ZSTD` or `IDENTITY`. |
| [`nakadi-producer.lock-duration`](#customizing-event-locks) | The number of seconds events are locked before transmission. |
| [`nakadi-producer.lock-duration-buffer`](#customizing-event-locks) | Number of seconds before the expiry of a lock an event is not used. |
| [`nakadi-producer.lock-size`](#customizing-event-locks) | Number of events to lock (and then load into memory) at once. |
| [`nakadi-producer.nakadi-base-uri`](#letting-this-library-set-things-up) | The Nakadi base URI used for submitting events. |
| [`nakadi-producer.scheduled-transmission-enabled: false`](#test-support) | Disable event transmission scheduler (but still set up Nakadi connection beans, so it can be used manually). |
| [`nakadi-producer.submission-enabled: false`](#disable-submission-completely) | Disable event submission completely (including all beans for this). |
| [`tracer.traces.X-Flow-ID: flow-id`](#x-flow-id-optional) | Enable flow-ID support |

## Contributing

Expand Down

0 comments on commit 8fe003a

Please sign in to comment.