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

Kafka portals commands/service #4012

Closed
hairyhum opened this issue Dec 30, 2022 · 3 comments
Closed

Kafka portals commands/service #4012

hairyhum opened this issue Dec 30, 2022 · 3 comments
Assignees

Comments

@hairyhum
Copy link
Contributor

In order to enable kafka portals #3963 there needs to be a CLI command OR a service to start consumer and producer sides of the kafka portal.

It should be configured with:

Consumer:

  • IP to listen on
  • Port (or port range) to listen on, port range is used for broker port mapping
  • Forwarding address of the consumer on the project node (may use project prefix)
  • (optional) route to tunnel client listener service, could use default if project is configured

Producer:

  • IP to listen on
  • Port (or port range) to listen on, port range is used for broker port mapping
  • Forwarding address of the consumer on the project node (may use project prefix)
  • (optional) route to tunnel client listener service, could use default if project is configured
@adrianbenavides
Copy link
Member

I initially thought that this issue also included the development of the services. Is there a separate issue for that?

@hairyhum
Copy link
Contributor Author

I initially thought that this issue also included the development of the services. Is there a separate issue for that?

There are components to be integrated in the service, which are not ready yet, #3963 describes the base approach to develop those components.

Let's keep this issue open until we're ready to assemble them into a service which is started by these commands.

@hairyhum
Copy link
Contributor Author

hairyhum commented Mar 7, 2023

Addressed in #4105

@hairyhum hairyhum closed this as completed Mar 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants