December 2020 Summaries
2 posts from Aiven
Filter
Month:
Year:
Post Summaries
Back to Blog
Aiven introduces Billing Groups to streamline invoicing and cost monitoring for organizations with multiple projects. This feature allows users to combine the costs of associated projects, receive a single invoice, or set up separate yet consolidated invoices for different environments. The new Invoice API enables viewing project costs broken down into line items, which can be exported to BI tools for tracking and visualizing spending information. These enhancements make Aiven more suitable for enterprise-level workloads.
Dec 28, 2020
788 words in the original blog post.
Apache Kafka is a distributed, partitioned commit log service that acts as a messaging system with unique features. It is designed to collect, hold, and dispense enormous amounts of data. A Kafka-centric microservice architecture refers to an application setup where microservices communicate with each other using Kafka as an intermediary. This model offers several advantages over traditional monolithic architectures, including scalability, reliability, and security. Key reasons for choosing Apache Kafka at the heart of a microservice architecture include its extensive ecosystem, easy integration with existing systems, fault tolerance and scaling through clustering, advanced access control, and ability to store and process any content.
Dec 17, 2020
1,218 words in the original blog post.