Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add metadata fields for messages from socket_server input #2830

Open
XU-Nuo opened this issue Sep 4, 2024 · 0 comments
Open

Add metadata fields for messages from socket_server input #2830

XU-Nuo opened this issue Sep 4, 2024 · 0 comments
Labels
enhancement needs investigation It looks as though have all the information needed but investigation is required

Comments

@XU-Nuo
Copy link

XU-Nuo commented Sep 4, 2024

I have many tcp clients connect to the same socket on the machine runs the redpanda connect, and many operations I want to perform is client-based, such as:

  • sending back heartbeat messages
  • grouping
  • deduplication
  • redirecting

It would be useful to fill the metadata fields of the messages received by socket_server, using the information from different network layer, for example, source IPs from the IP layer and ports from transport layer. Other inofrmation can be useful to others but not for my use case, such as the source MAC address from the data link layer.

@mihaitodor mihaitodor added enhancement needs investigation It looks as though have all the information needed but investigation is required labels Sep 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement needs investigation It looks as though have all the information needed but investigation is required
Projects
None yet
Development

No branches or pull requests

2 participants