Attune automates and orchestrates processes to streamline deployments, scaling, migrations, and management of your systems. The Attune platform is building a community of sharable automated and orchestrated processes.
You can leverage the publicly available orchestrated blueprints to increase your productivity, and accelerate the delivery of your projects. You can open-source your own work and improve existing community orchestrated projects.
The Attune Community Edition can be downloaded for free from our ServerTribe website. You can learn more about Attune through ServerTribe's YouTube Channel.
To clone this project into your own instance of Attune, follow the Clone a GIT Project How To Instructions.
This Project contains the following Blueprints.
This instruction aims to take you on a journey of installing, configuring, and hardening Apache Kafka.
Apache Kafka is a widely adopted distributed message broker specifically designed to handle large amounts of real-time data. Its scalability and fault tolerance make it a preferred choice for building robust systems. In comparison to other message brokers such as ActiveMQ and RabbitMQ, Kafka stands out with its remarkable throughput capabilities. While its primary usage revolves around publish/subscribe messaging, it is also extensively utilised for log aggregation due to its ability to persistently store published messages.
In a publish/subscribe messaging system, one or more producers can publish messages without having to worry about the number of consumers or their specific message processing methods. Subscribed clients automatically receive notifications about updates and the arrival of new messages. This approach proves to be more efficient and scalable compared to systems where clients need to poll at regular intervals to check for the availability of new messages.
To successfully follow these instructions, you will need an Ubuntu 20.04
server equipped with a minimum of 4 GB of RAM. Additionally, ensure that you
have a non-root user configured with sudo
privileges.
Another prerequisite is the installation of OpenJDK 11 on your server. You can easily accomplish this by following our instructions on Installing Java on Ubuntu .
If you encounter any issues or have any concerns regarding these instructions, please feel free to log them here.
Please feel free to fork this project from GitHub if you'd like to contribute to improving these instructions.
Name | Type | Script Reference | Comment |
---|---|---|---|
kafka Binaries URL | Text | kafkabinariesurl |
Get the kafka Binaries URL here: https://downloads.apache.org/kafka/ |
kafka Sudo User | Linux/Unix Credential | kafkasudouser |
|
kafka User | Linux/Unix Credential | kafkauser |
|
Sudo User | Linux/Unix Credential | sudouser |
|
Ubuntu Node | Linux/Unix Node | ubuntunode |
|
User | Linux/Unix Credential | user |
Name | Type | Comment |
---|
The collective power of a community of talented individuals working in concert delivers not only more ideas, but quicker development and troubleshooting when issues arise.
If you’d like to contribute and help improve these projects, please fork our repository, commit your changes in Attune, push you changes, and create a pull request.
Please feel free to raise any issues or questions you have.
Thank you