Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Provide request and response in the debug information at kop protocol handler #64

Closed
sijie opened this issue Jan 14, 2020 · 0 comments · Fixed by #65
Closed

Provide request and response in the debug information at kop protocol handler #64

sijie opened this issue Jan 14, 2020 · 0 comments · Fixed by #65

Comments

@sijie
Copy link
Member

sijie commented Jan 14, 2020

Motivation

Currently, kop protocol handler only prints header at debug statements. We also need request and response.

zymap added a commit that referenced this issue Jan 14, 2020
---

Fixes #64

*Motivation*

Currently, kop protocol handler only prints header at debug
statements. We also need request and response.

*Modifications*

- Add more request and response info
zymap added a commit that referenced this issue Jan 14, 2020
---

Fixes #64

*Motivation*

Currently, kop protocol handler only prints header at debug
statements. We also need request and response.

*Modifications*

- Add more request and response info
zymap added a commit that referenced this issue Jan 14, 2020
---

Fixes #64

*Motivation*

Currently, kop protocol handler only prints header at debug
statements. We also need request and response.

*Modifications*

- Add more request and response info
@zymap zymap closed this as completed in #65 Jan 14, 2020
zymap added a commit that referenced this issue Jan 14, 2020
---

Fixes #64

*Motivation*

Currently, kop protocol handler only prints header at debug
statements. We also need request and response.

*Modifications*

- Add more request and response info
Demogorgon314 pushed a commit to Demogorgon314/kop that referenced this issue Aug 14, 2023
Master issue: streamnative/ksn#63

### Motivation

This patch handles the ApiVersions, Metadata and Produce requests so
that Kafka producer can send messages via KoP proxy. For simplicity, the
case when topics are distributed in multiple brokers are not processed.

### Modifications

- Implement the `ConnectionPool`, which maintains the connections to the
brokers configured by the `kafkaBootstrapServers`.
- Add the `kafkaAdvertisedListeners` config that replaces some fields in
the Metadata response.
- Add the tests for produce cases.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant