Add new attachment

Only authorized users are allowed to upload new attachments.

List of attachments

Kind Attachment Name Size Version Date Modified Author Change note
jar
kafka-clients.jar 9,187.7 kB 2 26-May-2025 10:05 krivacsz
jar
kafka-streams.jar 2,023.8 kB 2 26-May-2025 10:05 krivacsz
png
kafka_custom_config.png 214.3 kB 1 05-Dec-2023 05:32 krivacsz
png
kafka_task.png 79.1 kB 1 05-Dec-2023 05:32 krivacsz

This page (revision-66) was last changed on 09-Jun-2025 03:30 by krivacsz

This page was created on 05-Dec-2023 05:32 by krivacsz

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Difference between version and

At line 44 changed one line
}}}
}}}\\
\\
__ KafkaTask SASL properties Explained__:\\
\\
__# Kafka server host and port__:\\
• Specifies the address of the Kafka broker to connect to.\\
• You can list multiple brokers separated by commas for failover: 192.168.10:9092,192.168.11:9092\\
\\
__# Client id__:\\
• A unique identifier for the client. This is useful for logging and monitoring within Kafka.\\
\\
__# Serializer (Do not change!)__:\\
• These specify how the key and value of each Kafka message are serialized.\\
• Key serializer: Converts the message key to a string.\\
• Value serializer: Converts the message content (e.g. a file) into a byte array.\\
• ⚠️ Do not change unless you have a custom serialization format on the receiving side.\\
\\
__#Max block and timeout__:\\
• max.block.ms: Maximum time (in milliseconds) a __send__ call will block if the buffer is full. Here, 10 seconds.\\
• request.timeout.ms: Time before a request is considered failed due to no response. Set to 20 seconds here.\\
\\
__#Authentication related settings__:\\
• security.protocol: Sets how the client communicates with Kafka.\\
• SASL_PLAINTEXT means SASL authentication over a plaintext (non-encrypted) channel.\\
• Use SASL_SSL if you want to secure the connection. \\
• sasl.mechanism: The SASL mechanism used. PLAIN is username/password-based authentication.\\
\\
__sasl.jaas.config__:
• sasl.jaas.config: The JAAS (Java Authentication and Authorization Service) configuration line to authenticate with Kafka using SASL/PLAIN.\\
• username / password: Replace these with your actual Kafka credentials.\\
\\
Version Date Modified Size Author Changes ... Change note
66 09-Jun-2025 03:30 8.882 kB krivacsz to previous
65 09-Jun-2025 03:29 8.894 kB krivacsz to previous | to last
64 29-May-2025 03:38 8.879 kB krivacsz to previous | to last
63 29-May-2025 03:35 8.766 kB krivacsz to previous | to last
62 29-May-2025 03:31 8.671 kB krivacsz to previous | to last
61 29-May-2025 03:13 8.65 kB krivacsz to previous | to last
« This page (revision-66) was last changed on 09-Jun-2025 03:30 by krivacsz
G’day (anonymous guest)
CrushFTP11 | What's New

Referenced by
...nobody

JSPWiki