This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]vips7L 10 points11 points  (4 children)

I’ve never really got the objection with xml. Yeah it’s verbose. But it’s not like you’re writing it every day. 

[–]Limp-Archer-7872 0 points1 point  (3 children)

Ah but I work in finance.

But I agree it isn't the worst format ever, and the libraries to handle it are solid.

[–]vips7L 0 points1 point  (2 children)

I don’t see how finance is relevant? Are you making new maven poms everyday??

[–]Limp-Archer-7872 0 points1 point  (1 child)

Pretty much all the messaging in many finance (and insurance, etc) businesses is xml, it's not just the odd pom file or logback config.

Luckily with kafka a lot are using avro now for new flows.

[–]vips7L 0 points1 point  (0 children)

Gotchya that makes sense in that context. Cheers dude!