دسترسی نامحدود
برای کاربرانی که ثبت نام کرده اند
برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید
در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید
برای کاربرانی که ثبت نام کرده اند
درصورت عدم همخوانی توضیحات با کتاب
از ساعت 7 صبح تا 10 شب
ویرایش:
نویسندگان: Emil Koutanov
سری:
ناشر:
سال نشر: 2021
تعداد صفحات: [394]
زبان: English
فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود)
حجم فایل: 14 Mb
در صورت تبدیل فایل کتاب Effective Kafka: A Hands-On Guide to Building Robust and Scalable Event-Driven Applications with Code Examples in Java به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.
توجه داشته باشید کتاب Kafka موثر: یک راهنمای عملی برای ایجاد برنامه های محکم و مقیاس پذیر مبتنی بر رویداد با مثالهای کد در جاوا نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.
چشم انداز معماری نرم افزار در دهه گذشته به طور چشمگیری تکامل یافته است. میکروسرویس ها یکپارچه ها را جابجا کرده اند. داده ها و برنامه های کاربردی به طور فزاینده ای در حال توزیع و غیرمتمرکز شدن هستند. اما ایجاد سیستم های متفاوت مشکل سختی است. اخیراً، دست اندرکاران نرم افزار به سرعت در معماری رویداد محور به عنوان روشی پایدار برای مقابله با پیچیدگی - یکپارچه کردن سیستم ها بدون افزایش اتصال آنها، همگرایی کرده اند. در کافکا موثر، امیل کوتانوف اصول معماری رویداد محور را - با استفاده از آپاچی کافکا - محبوبترین و پشتیبانیشدهترین پلتفرم جریان رویداد متنباز در جهان بررسی میکند. یاد خواهید گرفت: • اصول معماری رویداد محور و پلتفرم های جریان رویداد • پیشینه و منطق پشت آپاچی کافکا، کاربردها و کاربردهای بالقوه متعدد آن • معماری و مفاهیم اصلی - اجزای نرم افزار زیربنایی، پارتیشن بندی و موازی سازی، تعادل بار، ترتیب رکورد و حالت های سازگاری • نصب کافکا و ابزارهای مرتبط — با استفاده از استقرارهای مستقل، خوشهها و استقرارهای کانتینری با Docker • استفاده از ابزارهای CLI برای تعامل و مدیریت کلاس های کافکا، و همچنین انتشار داده ها و مرور موضوعات • استفاده از ابزارهای مبتنی بر وب شخص ثالث برای نظارت بر یک خوشه و به دست آوردن بینش در مورد جریان رویداد • ساخت برنامه های پردازش جریانی در جاوا 11 با استفاده از کتابخانه های مشتری خارج از قفسه • الگوها و بهترین روش برای سازماندهی معماری برنامه، با تاکید بر قابلیت نگهداری و تست پذیری کد حاصل • گوچاهای متعددی که در پیکربندی مشتری و کارگزار کافکا در کمین هستند و نحوه مقابله با آنها • پیشینه نظری در محاسبات توزیع شده و همزمان، بررسی عوامل موثر بر حیات و ایمنی آنها • بهترین شیوه ها برای اجرای خوشه های چند مستاجر در میان تیم های مهندسی متنوع، نحوه همکاری تیم ها برای ساختن سیستم های پیچیده در مقیاس و به اشتراک گذاری عادلانه خوشه با کمک سهمیه ها • جنبه های عملیاتی اجرای خوشه های کافکا در مقیاس، تنظیم عملکرد و روش های بهینه سازی شبکه و استفاده از ذخیره سازی • تمام جنبه های امنیت کافکا - از جمله جداسازی شبکه، رمزگذاری، گواهی ها، احراز هویت و مجوز. پوشش به تدریج ارائه میشود و با دقت هدف آن ارائه تجربهای شبیه به سفر به شما برای مهارت داشتن با Apache Kafka و Event-Driven Architecture است. هدف این است که شما را به طراحی و ساخت برنامه های کاربردی وادار کند. و با پایان این کتاب، شما یک تمرینکننده مطمئن و یک بشارتدهنده کافکا در سازمان خود خواهید بود - که از دانش لازم برای آموزش دیگران استفاده میکند.
The software architecture landscape has evolved dramatically over the past decade. Microservices have displaced monoliths. Data and applications are increasingly becoming distributed and decentralised. But composing disparate systems is a hard problem. More recently, software practitioners have been rapidly converging on event-driven architecture as a sustainable way of dealing with complexity — integrating systems without increasing their coupling. In Effective Kafka, Emil Koutanov explores the fundamentals of Event-Driven Architecture — using Apache Kafka — the world's most popular and supported open-source event streaming platform. You'll learn: • The fundamentals of event-driven architecture and event streaming platforms • The background and rationale behind Apache Kafka, its numerous potential uses and applications • The architecture and core concepts — the underlying software components, partitioning and parallelism, load-balancing, record ordering and consistency modes • Installation of Kafka and related tooling — using standalone deployments, clusters, and containerised deployments with Docker • Using CLI tools to interact with and administer Kafka classes, as well as publishing data and browsing topics • Using third-party web-based tools for monitoring a cluster and gaining insights into the event streams • Building stream processing applications in Java 11 using off-the-shelf client libraries • Patterns and best-practice for organising the application architecture, with emphasis on maintainability and testability of the resulting code • The numerous gotchas that lurk in Kafka's client and broker configuration, and how to counter them • Theoretical background on distributed and concurrent computing, exploring factors affecting their liveness and safety • Best-practices for running multi-tenanted clusters across diverse engineering teams, how teams collaborate to build complex systems at scale and equitably share the cluster with the aid of quotas • Operational aspects of running Kafka clusters at scale, performance tuning and methods for optimising network and storage utilisation • All aspects of Kafka security —including network segregation, encryption, certificates, authentication and authorization. The coverage is progressively delivered and carefully aimed at giving you a journey-like experience into becoming proficient with Apache Kafka and Event-Driven Architecture. The goal is to get you designing and building applications. And by the conclusion of this book, you will be a confident practitioner and a Kafka evangelist within your organisation — wielding the knowledge necessary to teach others.
Table of Contents Chapter 1: Event Streaming Fundamentals The real challenges of distributed systems Event-Driven Architecture What is event streaming? Chapter 2: Introducing Apache Kafka The history of Kafka The present day Uses of Kafka Chapter 3: Architecture and Core Concepts Architecture Overview Total and partial order Records Partitions Topics Consumer groups and load balancing Free consumers Summary of core concepts Chapter 4: Installation Installing Kafka and ZooKeeper Launching Kafka and ZooKeeper Running in the background Installing Kafdrop Chapter 5: Getting Started Publishing and consuming using the CLI A basic Java producer and consumer Chapter 6: Design Considerations Roles and responsibilities Parallelism Idempotence and exactly-once delivery Chapter 7: Serialization Key and value serializer Key and value deserializer Chapter 8: Bootstrapping and Advertised Listeners A gentle introduction to bootstrapping A simple scenario Multiple listeners Listeners and the Docker Network Chapter 9: Broker Configuration Entity types Dynamic update modes Configuration precedence and defaults Applying broker configuration Applying topic configuration Users and Clients Chapter 10: Client Configuration Configuration gotchas Applying client configuration Common configuration Producer configuration Consumer configuration Admin client configuration Chapter 11: Robust Configuration Using constants Type-safe configuration Chapter 12: Batching and Compression Comparing disk and network I/O Producer record batching Compression Chapter 13: Replication and Acknowledgements Replication basics Leader election Setting the initial replication factor Changing the replication factor Decommissioning broker nodes Acknowledgements Chapter 14: Data Retention Kafka storage internals Deletion Compaction Combining compaction with deletion Chapter 15: Group Membership and Partition Assignment Group membership basics Liveness and safety Partition assignment strategy Chapter 16: Security State of security in Kafka Target state security Network traffic policy Confidentiality Authentication Authorization Chapter 17: Quotas The rationale behind quotas Types of quotas Subject affinity and precedence order Applying quotas Buffering and timeouts Sensing quota enforcement Tuning the duration and number of sampling windows Chapter 18: Transactions Preamble The rationale behind transactions Transactions under the hood Simple stream processing example Limitations Are transactions over-hyped?