How large a message can be in Apache Kafka -


i'm new apache kafka , wonder know how big message can in apache kafka. efficient use apache kafka size of messages become quite big, let's hundreds of mb?

i have scenario in copy files hdfs used hadoop job, these files used other process. thinking of copying files apache kafka first , consumer can copy them hdfs , other consumers utilize kafka. best approach or not?

max.message.bytes property defines largest message size kafka allow appended topic. note if increase size must increase consumer's fetch size can fetch messages large.

also update more deatils source can evaluate if kafka best tool.


Comments

Popular posts from this blog

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

python - Mongodb How to add addtional information when aggregating? -

java - Incorrect order of records in M-M relationship in hibernate -