You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support multiline directives in connection file parser
Add support for the `>` block syntax in the connection parser,
enabling multiline values like KAFKA_SSL_CA_PEM with PEM certificates.
- Switch connection parser from for-each to index-based while loop
- Use read_directive_block() for KAFKA_SSL_CA_PEM > blocks
- Update generator to emit block syntax for multiline values
- Add tests for multiline parsing and generation
Closes#10
Amp-Thread-ID: https://ampcode.com/threads/T-019d1a2d-e5a7-77fb-b97e-e855f84a34a4
Co-authored-by: Amp <amp@ampcode.com>
0 commit comments