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

Shell verticles #523

Open
2 of 5 tasks
fussel178 opened this issue Feb 23, 2022 · 0 comments
Open
2 of 5 tasks

Shell verticles #523

fussel178 opened this issue Feb 23, 2022 · 0 comments
Assignees
Labels
📚 documentation Improvements or additions to documentation 📄 java Pull requests that update Java code 🎩 telestion-services Everything related to the telestion-services module
Milestone

Comments

@fussel178
Copy link
Member

fussel178 commented Feb 23, 2022

Description

Note: You can edit this issue to keep track of your progress. 😉

Vert.x provides services to run Telnet, SSH or HTTP servers where the user can connect to and run default and custom commands.

I would be nice to has these services already implemented and provided by the telestion-services as verticles.
The user can then use these verticles without further tampering with the implementation stuff.

Steps

  • Create 3 verticles in the telestion-services module
  • Properly start and stop the server in each verticle (see Vert.x docs and existing implementation)
  • Make the servers configurable through the verticle configuration (e.g. passing through the generic config or write a custom config format depending on the usability)
  • Test the verticles
  • Write documentation on how to use these verticles (what does this verticle, how to include in main configuration, configuration options, etc.)

Links

@fussel178 fussel178 added 📚 documentation Improvements or additions to documentation 📄 java Pull requests that update Java code 🎩 telestion-services Everything related to the telestion-services module labels Feb 23, 2022
@fussel178 fussel178 added this to the v0.10 milestone Feb 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📚 documentation Improvements or additions to documentation 📄 java Pull requests that update Java code 🎩 telestion-services Everything related to the telestion-services module
Projects
None yet
Development

No branches or pull requests

2 participants