<?xml version="1.0" encoding="UTF-8"?><feed
	xmlns="http://www.w3.org/2005/Atom"
	xmlns:thr="http://purl.org/syndication/thread/1.0"
	xml:lang="en-US"
	>
	<title type="text">Memorynotfound</title>
	<subtitle type="text">Diggs Programming - Loves Java</subtitle>

	<updated>2018-03-08T14:13:44Z</updated>

	<link rel="alternate" type="text/html" href="https://memorynotfound.com/" />
	<id>https://memorynotfound.com/feed/atom/</id>
	<link rel="self" type="application/atom+xml" href="https://memorynotfound.com/feed/atom/" />

	<generator uri="https://wordpress.org/" version="6.8.1">WordPress</generator>
<icon>https://memorynotfound.com/wp-content/uploads/favicon-100x100.png</icon>
	<entry>
		<author>
			<name>MemoryNotFound</name>
							<uri>http://memorynotfound.com/</uri>
						</author>

		<title type="html"><![CDATA[Spring Kafka &#8211; Forwarding Listener Results using @SendTo]]></title>
		<link rel="alternate" type="text/html" href="https://memorynotfound.com/spring-kafka-forwarding-listener-results-using-sendto/" />

		<id>https://memorynotfound.com/?p=7685</id>
		<updated>2018-03-08T14:13:44Z</updated>
		<published>2018-03-08T14:13:44Z</published>
		<category scheme="https://memorynotfound.com/" term="Spring Framework" /><category scheme="https://memorynotfound.com/" term="Spring Kafka" /><category scheme="https://memorynotfound.com/" term="@SendTo" /><category scheme="https://memorynotfound.com/" term="Apache Kafka" /><category scheme="https://memorynotfound.com/" term="Kafka" /><category scheme="https://memorynotfound.com/" term="Spring Boot" />
		<summary type="html"><![CDATA[<p>This tutorial demonstrates how to forward listener results using the @SendTo annotation using Spring Kafka, Spring Boot and Maven. We can use static typed topics, runtime expressions or application initialization expressions. Take a look&#46;&#46;&#46;</p>
<p>The post <a href="https://memorynotfound.com/spring-kafka-forwarding-listener-results-using-sendto/">Spring Kafka &#8211; Forwarding Listener Results using @SendTo</a> appeared first on <a href="https://memorynotfound.com">Memorynotfound</a>.</p>
]]></summary>

		
					<link rel="replies" type="text/html" href="https://memorynotfound.com/spring-kafka-forwarding-listener-results-using-sendto/#comments" thr:count="1" />
			<link rel="replies" type="application/atom+xml" href="https://memorynotfound.com/spring-kafka-forwarding-listener-results-using-sendto/feed/atom/" thr:count="1" />
			<thr:total>1</thr:total>
			</entry>
		<entry>
		<author>
			<name>MemoryNotFound</name>
							<uri>http://memorynotfound.com/</uri>
						</author>

		<title type="html"><![CDATA[Spring Kafka and Spring Boot Configuration Example]]></title>
		<link rel="alternate" type="text/html" href="https://memorynotfound.com/spring-kafka-and-spring-boot-configuration-example/" />

		<id>https://memorynotfound.com/?p=7676</id>
		<updated>2018-03-08T12:05:11Z</updated>
		<published>2018-03-08T12:03:55Z</published>
		<category scheme="https://memorynotfound.com/" term="Spring Framework" /><category scheme="https://memorynotfound.com/" term="Spring Kafka" /><category scheme="https://memorynotfound.com/" term="Apache Kafka" /><category scheme="https://memorynotfound.com/" term="Kafka" /><category scheme="https://memorynotfound.com/" term="KafkaTemplate" /><category scheme="https://memorynotfound.com/" term="Spring Boot" />
		<summary type="html"><![CDATA[<p>In the following tutorial we demonstrate how to configure Spring Kafka with Spring Boot. Spring Boot uses sensible default to configure Spring Kafka. We can override these defaults using the application.yml property file. Project&#46;&#46;&#46;</p>
<p>The post <a href="https://memorynotfound.com/spring-kafka-and-spring-boot-configuration-example/">Spring Kafka and Spring Boot Configuration Example</a> appeared first on <a href="https://memorynotfound.com">Memorynotfound</a>.</p>
]]></summary>

		
					<link rel="replies" type="text/html" href="https://memorynotfound.com/spring-kafka-and-spring-boot-configuration-example/#comments" thr:count="0" />
			<link rel="replies" type="application/atom+xml" href="https://memorynotfound.com/spring-kafka-and-spring-boot-configuration-example/feed/atom/" thr:count="0" />
			<thr:total>0</thr:total>
			</entry>
		<entry>
		<author>
			<name>MemoryNotFound</name>
							<uri>http://memorynotfound.com/</uri>
						</author>

		<title type="html"><![CDATA[Spring Kafka &#8211; Batch Listener Example]]></title>
		<link rel="alternate" type="text/html" href="https://memorynotfound.com/spring-kafka-batch-listener-example/" />

		<id>https://memorynotfound.com/?p=7662</id>
		<updated>2018-03-08T09:59:52Z</updated>
		<published>2018-03-08T09:59:52Z</published>
		<category scheme="https://memorynotfound.com/" term="Spring Framework" /><category scheme="https://memorynotfound.com/" term="Spring Kafka" /><category scheme="https://memorynotfound.com/" term="Apache Kafka" /><category scheme="https://memorynotfound.com/" term="Batch" /><category scheme="https://memorynotfound.com/" term="Kafka" /><category scheme="https://memorynotfound.com/" term="Listener" />
		<summary type="html"><![CDATA[<p>In the following tutorial we demonstrate how to setup a batch listener using Spring Kafka, Spring Boot and Maven. We start by configuring the BatchListener. You can optionally configure a BatchErrorHandler. We also demonstrate&#46;&#46;&#46;</p>
<p>The post <a href="https://memorynotfound.com/spring-kafka-batch-listener-example/">Spring Kafka &#8211; Batch Listener Example</a> appeared first on <a href="https://memorynotfound.com">Memorynotfound</a>.</p>
]]></summary>

		
					<link rel="replies" type="text/html" href="https://memorynotfound.com/spring-kafka-batch-listener-example/#comments" thr:count="2" />
			<link rel="replies" type="application/atom+xml" href="https://memorynotfound.com/spring-kafka-batch-listener-example/feed/atom/" thr:count="2" />
			<thr:total>2</thr:total>
			</entry>
		<entry>
		<author>
			<name>MemoryNotFound</name>
							<uri>http://memorynotfound.com/</uri>
						</author>

		<title type="html"><![CDATA[Spring Kafka &#8211; JSON Serializer and Deserializer Example]]></title>
		<link rel="alternate" type="text/html" href="https://memorynotfound.com/spring-kafka-json-serializer-deserializer-example/" />

		<id>https://memorynotfound.com/?p=7647</id>
		<updated>2018-03-06T12:08:44Z</updated>
		<published>2018-03-06T12:03:09Z</published>
		<category scheme="https://memorynotfound.com/" term="Spring Framework" /><category scheme="https://memorynotfound.com/" term="Spring Kafka" /><category scheme="https://memorynotfound.com/" term="Apache Kafka" /><category scheme="https://memorynotfound.com/" term="Consumer" /><category scheme="https://memorynotfound.com/" term="JSON" /><category scheme="https://memorynotfound.com/" term="Kafka" /><category scheme="https://memorynotfound.com/" term="Producer" />
		<summary type="html"><![CDATA[<p>The following tutorial demonstrates how to send and receive a Java Object as a JSON byte[] to and from Apache Kafka using Spring Kafka, Spring Boot and Maven. We&#8217;ll send a Java Object as&#46;&#46;&#46;</p>
<p>The post <a href="https://memorynotfound.com/spring-kafka-json-serializer-deserializer-example/">Spring Kafka &#8211; JSON Serializer and Deserializer Example</a> appeared first on <a href="https://memorynotfound.com">Memorynotfound</a>.</p>
]]></summary>

		
					<link rel="replies" type="text/html" href="https://memorynotfound.com/spring-kafka-json-serializer-deserializer-example/#comments" thr:count="0" />
			<link rel="replies" type="application/atom+xml" href="https://memorynotfound.com/spring-kafka-json-serializer-deserializer-example/feed/atom/" thr:count="0" />
			<thr:total>0</thr:total>
			</entry>
		<entry>
		<author>
			<name>MemoryNotFound</name>
							<uri>http://memorynotfound.com/</uri>
						</author>

		<title type="html"><![CDATA[Spring Kafka &#8211; Adding Custom Header to Kafka Message Example]]></title>
		<link rel="alternate" type="text/html" href="https://memorynotfound.com/spring-kafka-adding-custom-header-kafka-message-example/" />

		<id>https://memorynotfound.com/?p=7633</id>
		<updated>2018-03-06T09:50:24Z</updated>
		<published>2018-03-06T09:50:24Z</published>
		<category scheme="https://memorynotfound.com/" term="Spring Framework" /><category scheme="https://memorynotfound.com/" term="Spring Kafka" /><category scheme="https://memorynotfound.com/" term="@Header" /><category scheme="https://memorynotfound.com/" term="Apache Kafka" /><category scheme="https://memorynotfound.com/" term="Headers" /><category scheme="https://memorynotfound.com/" term="HTTP Headers" /><category scheme="https://memorynotfound.com/" term="Kafka" /><category scheme="https://memorynotfound.com/" term="Spring Boot" />
		<summary type="html"><![CDATA[<p>In this tutorial we demonstrate how to add/read custom headers to/from a Kafka Message using Spring Kafka. We start by adding headers using either Message&#038;lt?&#62; or ProducerRecord&#60;String, String&#62;. Followed by reading the values inside&#46;&#46;&#46;</p>
<p>The post <a href="https://memorynotfound.com/spring-kafka-adding-custom-header-kafka-message-example/">Spring Kafka &#8211; Adding Custom Header to Kafka Message Example</a> appeared first on <a href="https://memorynotfound.com">Memorynotfound</a>.</p>
]]></summary>

		
					<link rel="replies" type="text/html" href="https://memorynotfound.com/spring-kafka-adding-custom-header-kafka-message-example/#comments" thr:count="0" />
			<link rel="replies" type="application/atom+xml" href="https://memorynotfound.com/spring-kafka-adding-custom-header-kafka-message-example/feed/atom/" thr:count="0" />
			<thr:total>0</thr:total>
			</entry>
		<entry>
		<author>
			<name>MemoryNotFound</name>
							<uri>http://memorynotfound.com/</uri>
						</author>

		<title type="html"><![CDATA[Spring Kafka &#8211; Consumer and Producer Example]]></title>
		<link rel="alternate" type="text/html" href="https://memorynotfound.com/spring-kafka-consume-producer-example/" />

		<id>https://memorynotfound.com/?p=7602</id>
		<updated>2018-03-05T12:47:46Z</updated>
		<published>2018-03-05T12:47:17Z</published>
		<category scheme="https://memorynotfound.com/" term="Spring Framework" /><category scheme="https://memorynotfound.com/" term="Spring Kafka" /><category scheme="https://memorynotfound.com/" term="Apache Kafka" /><category scheme="https://memorynotfound.com/" term="Consumer" /><category scheme="https://memorynotfound.com/" term="Kafka" /><category scheme="https://memorynotfound.com/" term="Producer" /><category scheme="https://memorynotfound.com/" term="Spring Boot" /><category scheme="https://memorynotfound.com/" term="Topic" />
		<summary type="html"><![CDATA[<p>This tutorial demonstrates how to send and receive messages from Spring Kafka. We start by creating a Spring Kafka Producer which is able to send messages to a Kafka topic. Next we create a&#46;&#46;&#46;</p>
<p>The post <a href="https://memorynotfound.com/spring-kafka-consume-producer-example/">Spring Kafka &#8211; Consumer and Producer Example</a> appeared first on <a href="https://memorynotfound.com">Memorynotfound</a>.</p>
]]></summary>

		
					<link rel="replies" type="text/html" href="https://memorynotfound.com/spring-kafka-consume-producer-example/#comments" thr:count="6" />
			<link rel="replies" type="application/atom+xml" href="https://memorynotfound.com/spring-kafka-consume-producer-example/feed/atom/" thr:count="6" />
			<thr:total>6</thr:total>
			</entry>
		<entry>
		<author>
			<name>MemoryNotFound</name>
							<uri>http://memorynotfound.com/</uri>
						</author>

		<title type="html"><![CDATA[Apache PDFBox Extract Images from PDF Document]]></title>
		<link rel="alternate" type="text/html" href="https://memorynotfound.com/apache-pdfbox-extract-images-pdf-document/" />

		<id>https://memorynotfound.com/?p=7599</id>
		<updated>2018-02-23T11:36:30Z</updated>
		<published>2018-02-23T11:36:30Z</published>
		<category scheme="https://memorynotfound.com/" term="Apache PdfBox" /><category scheme="https://memorynotfound.com/" term="PDF" /><category scheme="https://memorynotfound.com/" term="Apache PDFBox" /><category scheme="https://memorynotfound.com/" term="Image" />
		<summary type="html"><![CDATA[<p>This tutorial demonstrates how to extract images from a PDF document in Java using Apache PDFBox. Maven Dependencies We use Apache Maven to manage our project dependencies. Make sure the following dependencies reside on&#46;&#46;&#46;</p>
<p>The post <a href="https://memorynotfound.com/apache-pdfbox-extract-images-pdf-document/">Apache PDFBox Extract Images from PDF Document</a> appeared first on <a href="https://memorynotfound.com">Memorynotfound</a>.</p>
]]></summary>

		
					<link rel="replies" type="text/html" href="https://memorynotfound.com/apache-pdfbox-extract-images-pdf-document/#comments" thr:count="0" />
			<link rel="replies" type="application/atom+xml" href="https://memorynotfound.com/apache-pdfbox-extract-images-pdf-document/feed/atom/" thr:count="0" />
			<thr:total>0</thr:total>
			</entry>
		<entry>
		<author>
			<name>MemoryNotFound</name>
							<uri>http://memorynotfound.com/</uri>
						</author>

		<title type="html"><![CDATA[Apache PDFBox Convert PDF to Image in Java]]></title>
		<link rel="alternate" type="text/html" href="https://memorynotfound.com/apache-pdfbox-convert-pdf-image-java/" />

		<id>https://memorynotfound.com/?p=7596</id>
		<updated>2018-02-21T15:01:50Z</updated>
		<published>2018-02-21T15:01:22Z</published>
		<category scheme="https://memorynotfound.com/" term="Apache PdfBox" /><category scheme="https://memorynotfound.com/" term="PDF" /><category scheme="https://memorynotfound.com/" term="Apache PDFBox" /><category scheme="https://memorynotfound.com/" term="Image" />
		<summary type="html"><![CDATA[<p>This tutorial demonstrates how to convert a PDF document to images in Java using Apache PDFBox. Maven Dependencies We use Apache Maven to manage our project dependencies. Make sure the following dependencies reside on&#46;&#46;&#46;</p>
<p>The post <a href="https://memorynotfound.com/apache-pdfbox-convert-pdf-image-java/">Apache PDFBox Convert PDF to Image in Java</a> appeared first on <a href="https://memorynotfound.com">Memorynotfound</a>.</p>
]]></summary>

		
					<link rel="replies" type="text/html" href="https://memorynotfound.com/apache-pdfbox-convert-pdf-image-java/#comments" thr:count="1" />
			<link rel="replies" type="application/atom+xml" href="https://memorynotfound.com/apache-pdfbox-convert-pdf-image-java/feed/atom/" thr:count="1" />
			<thr:total>1</thr:total>
			</entry>
		<entry>
		<author>
			<name>MemoryNotFound</name>
							<uri>http://memorynotfound.com/</uri>
						</author>

		<title type="html"><![CDATA[Apache PDFBox Encrypt Decrypt PDF Document Java]]></title>
		<link rel="alternate" type="text/html" href="https://memorynotfound.com/apache-pdfbox-encrypt-decrypt-pdf-document-java/" />

		<id>https://memorynotfound.com/?p=7591</id>
		<updated>2018-02-21T14:47:33Z</updated>
		<published>2018-02-21T14:47:33Z</published>
		<category scheme="https://memorynotfound.com/" term="Apache PdfBox" /><category scheme="https://memorynotfound.com/" term="PDF" /><category scheme="https://memorynotfound.com/" term="Apache PDFBox" /><category scheme="https://memorynotfound.com/" term="Decrypt" /><category scheme="https://memorynotfound.com/" term="Encrypt" /><category scheme="https://memorynotfound.com/" term="Security" />
		<summary type="html"><![CDATA[<p>This tutorial demonstrates how to add a password and encrypt a PDF document in Java using Apache PDFBox. We also show how to decrypt a password protected PDF document. Maven Dependencies We use Apache&#46;&#46;&#46;</p>
<p>The post <a href="https://memorynotfound.com/apache-pdfbox-encrypt-decrypt-pdf-document-java/">Apache PDFBox Encrypt Decrypt PDF Document Java</a> appeared first on <a href="https://memorynotfound.com">Memorynotfound</a>.</p>
]]></summary>

		
					<link rel="replies" type="text/html" href="https://memorynotfound.com/apache-pdfbox-encrypt-decrypt-pdf-document-java/#comments" thr:count="0" />
			<link rel="replies" type="application/atom+xml" href="https://memorynotfound.com/apache-pdfbox-encrypt-decrypt-pdf-document-java/feed/atom/" thr:count="0" />
			<thr:total>0</thr:total>
			</entry>
		<entry>
		<author>
			<name>MemoryNotFound</name>
							<uri>http://memorynotfound.com/</uri>
						</author>

		<title type="html"><![CDATA[Apache PDFBox Add Watermark to PDF Document]]></title>
		<link rel="alternate" type="text/html" href="https://memorynotfound.com/apache-pdfbox-add-watermark-pdf-document/" />

		<id>https://memorynotfound.com/?p=7584</id>
		<updated>2018-02-21T14:26:12Z</updated>
		<published>2018-02-21T14:26:12Z</published>
		<category scheme="https://memorynotfound.com/" term="Apache PdfBox" /><category scheme="https://memorynotfound.com/" term="PDF" /><category scheme="https://memorynotfound.com/" term="Apache PDFBox" /><category scheme="https://memorynotfound.com/" term="Watermark" />
		<summary type="html"><![CDATA[<p>This tutorial demonstrates how to add a watermark to a PDF document in Java using Apache PDFBox. Maven Dependencies We use Apache Maven to manage our project dependencies. Make sure the following dependencies reside&#46;&#46;&#46;</p>
<p>The post <a href="https://memorynotfound.com/apache-pdfbox-add-watermark-pdf-document/">Apache PDFBox Add Watermark to PDF Document</a> appeared first on <a href="https://memorynotfound.com">Memorynotfound</a>.</p>
]]></summary>

		
					<link rel="replies" type="text/html" href="https://memorynotfound.com/apache-pdfbox-add-watermark-pdf-document/#comments" thr:count="1" />
			<link rel="replies" type="application/atom+xml" href="https://memorynotfound.com/apache-pdfbox-add-watermark-pdf-document/feed/atom/" thr:count="1" />
			<thr:total>1</thr:total>
			</entry>
	</feed>

<!-- Comet Cache is NOT caching this page, because `$_SERVER[&#039;REQUEST_URI&#039;]` indicates this is a `/feed`; and the configuration of this site says not to cache XML-based feeds. -->