Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
toelo3 committed Nov 24, 2023
1 parent 73f0dfb commit 9b3191d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The following features are available in this library and can be enabled/disabled
| `graceful_shutdown` | ✓ | Create a signal handler for implementing a graceful shutdown |
| `dlq` | ✗ | Dead Letter Queue implementation (experimental) |
| `rdkafka-ssl` | ✓ | Dynamically link to librdkafka to a locally installed OpenSSL |
| `rdkafka-ssl-vendored` | &cross; | Build OpenSSL during compile and statically link librdkafka<br>(No initial install required in environment, does compile time) |
| `rdkafka-ssl-vendored` | &cross; | Build OpenSSL during compile and statically link librdkafka<br>(No initial install required in environment, slower compile time) |

See api documentation for more information on how to use these features including.

Expand Down

0 comments on commit 9b3191d

Please sign in to comment.