- Building Data Streaming Applications with Apache Kafka
- Manish Kumar Chanchal Singh
- 173字
- 2022-07-12 10:38:08
Conventions
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "The next lines of code read the link and assign it to the to the BeautifulSoup function."
A block of code is set as follows:
import org.apache.Kafka.clients.producer.KafkaProducer;
import org.apache.Kafka.clients.producer.ProducerRecord;
import org.apache.Kafka.clients.producer.RecordMetadata;
Any command-line input or output is written as follows:
sudo su - hdfs -c "hdfs dfs -chmod 777 /tmp/hive"
sudo chmod 777 /tmp/hive
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "In order to download new modules, we will go to Files | Settings | Project Name | Project Interpreter."
- Facebook Application Development with Graph API Cookbook
- Mastering Visual Studio 2017
- Photoshop智能手機APP UI設計之道
- Building Minecraft Server Modifications
- C程序設計實踐教程
- Python爬蟲、數據分析與可視化:工具詳解與案例實戰
- Programming with CodeIgniterMVC
- .NET Standard 2.0 Cookbook
- Mastering Docker
- VMware vSphere 5.5 Cookbook
- 從零開始學UI設計·基礎篇
- WCF編程(第2版)
- Swift iOS Programming for Kids
- Spark for Data Science
- Ionic Framework By Example