دسترسی نامحدود
برای کاربرانی که ثبت نام کرده اند
برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید
در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید
برای کاربرانی که ثبت نام کرده اند
درصورت عدم همخوانی توضیحات با کتاب
از ساعت 7 صبح تا 10 شب
ویرایش: [1 ed.]
نویسندگان: Emil Koutanov
سری:
ISBN (شابک) : 9798628558515
ناشر: Leanpub
سال نشر: 2020
تعداد صفحات: 458
[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 می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.
توجه داشته باشید کتاب کافکا موثر: راهنمای عملی برای ساخت برنامههای رویداد محور قوی و مقیاسپذیر با مثالهای کد در جاوا نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.
چشم انداز معماری نرم افزار در دهه گذشته به طور چشمگیری تکامل یافته است. میکروسرویس ها یکپارچه ها را جابجا کرده اند. داده ها و برنامه های کاربردی به طور فزاینده ای در حال توزیع و غیرمتمرکز شدن هستند. اما ایجاد سیستم های متفاوت مشکل سختی است. اخیراً، متخصصان نرمافزار به سرعت در معماری رویداد محور بهعنوان روشی پایدار برای مقابله با پیچیدگیها - یکپارچهسازی سیستمها بدون افزایش جفت آنها - به سرعت در حال همگرایی هستند. محبوبترین و پشتیبانیشدهترین پلتفرم جریان رویداد منبع باز جهان. شما خواهید آموخت: - اصول معماری رویداد محور و پلتفرمهای جریان رویداد - پیشزمینه و منطق پشت آپاچی کافکا، کاربردها و کاربردهای بالقوه متعدد آن - معماری و مفاهیم اصلی - اجزای نرمافزار زیربنایی، پارتیشنبندی و موازیسازی، تعادل بار، ترتیب رکورد و حالتهای سازگاری - نصب کافکا و ابزارهای مرتبط - استفاده از استقرار مستقل، خوشهها و استقرارهای کانتینری با Docker- استفاده از ابزارهای CLI برای تعامل و مدیریت کلاسهای کافکا، و همچنین انتشار داده ها و مرور موضوعات - استفاده از ابزارهای شخص ثالث مبتنی بر وب برای نظارت بر یک خوشه و به دست آوردن بینش در مورد جریان رویداد - ساخت برنامه های پردازش جریان در جاوا 11 با استفاده از کتابخانه های مشتری خارج از قفسه - الگوها و بهترین روش برای سازماندهی معماری برنامه، با تأکید بر قابلیت نگهداری و آزمایش پذیری کدهای به دست آمده - گوچاهای متعددی که در پیکربندی مشتری و کارگزار کافکا نهفته است، و نحوه مقابله با آنها - پیشینه نظری در مورد محاسبات توزیع شده و همزمان، کاوش عوامل مؤثر بر زنده بودن و ایمنی آنها - بهترین روش ها برای اجرای خوشه های چند مستاجر در بین تیم های مهندسی متنوع، نحوه همکاری تیم ها برای ساختن سیستم های پیچیده در مقیاس و به اشتراک گذاری عادلانه خوشه با کمک سهمیه ها - جنبه های عملیاتی اجرای خوشه های کافکا در مقیاس، تنظیم عملکرد و روش های بهینه سازی استفاده از شبکه و ذخیرهسازی - همه جنبههای امنیت کافکا - از جمله جداسازی شبکه، رمزگذاری، گواهیها، احراز هویت و مجوز. پوشش به تدریج ارائه میشود و با دقت هدف آن ارائه تجربهای شبیه سفر به شما برای مهارت در Apache Kafka و معماری رویداد محور است. . هدف این است که شما را به طراحی و ساخت برنامه های کاربردی وادار کند. و با پایان این کتاب، شما یک تمرینکننده مطمئن و یک بشارتدهنده کافکا در سازمان خود خواهید بود - که از دانش لازم برای آموزش به دیگران استفاده میکند.
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?