Flume interceptor for kafka message timestamp? - flume

I am looking for a custom flume interceptor extracting the timestamp of messages from a Kafka source.
I am happy to try and write it myself, but it seems a common enough idea - I am thinking someone else might have already done it? I just can't find any resources or projects on the internet.
Would appreciate any pointers or links!

Related

Sleuth's trace ID in Logbook logs, on reactor netty - howto?

Some time ago, I was looking for a solution to propagate sleuth's trace IDs in zalando's logbook logs and found a solution - #1690, that works.
However, mentioned ReactorNettyHttpTracing is now deprecated, and I could not figure out how to inject suggested Micrometer Tracing.
Is it really "proper" approach, still in SpringBoot 2.7.x with spring-cloud-sleuth 3.1.x, to use Micrometer Tracing?
If yes, could someone help me out with such integration / pointing to potential docs or examples?
(note: adding SO question, as suggested in https://github.com/reactor/reactor-netty new issue template)
This issue addresses same topic.

Is there any good Redis dissector for Wireshark?

all:
Is there any good Redis dissector for Wireshark? I have used this: https://github.com/jzwinck/redis-wireshark, but it seems some error in dissectoring.
Thanks very much in advance!
I'm the author of the Wireshark plugin for Redis mentioned in the OP. I think its main issue is exactly what you reported here: https://github.com/jzwinck/redis-wireshark/issues/1 - namely that it doesn't reassemble TCP fragments. I'm not currently using the plugin myself, but if you or someone else would contribute a patch to improve it I would gladly take it.

Inserting docs quickly into Couchbase with actors

I am writing a program which will put a lot of documents into a Couchbase store. I'm using F# and I'm interested in the actor pattern as I feel this is a job that could be sped up greatly with actors. What I'm unsure of is how I handle the Couchbase client with this. I want to ensure that as many connections to Couchbase are available as possible but without causing any problems due to too many actors. How do I go about instantiating clients or is there something that can take care of it for me? I couldn't find any guides on the internet about people inserting docs into Couchbase with the actor pattern (doesn't have to be .NET). Does anyone know of any good resources to start me off?

Any lightweight erlang based server supporting url parsing like tornado, and no ORM features?

I tried out YAWS and was hoping that someone has already written a URL parser / request handler on top of it. I don't want anything close to ChicagoBoss which includes an ORM as well.
Let me know if my question is not clear enough. Thanks.
There is also the basho's Webmachine layered on top of a mochiweb server.
Consult wiki if you want to discover more. Thanks basho last one is informative and comprehensive.
Since I have no other choice as of now, I'm gonna go with cowboy. Thanks W55tKQbuRu28Q4xv for helping me out.

Delphi + Message Queue

Are there any free solutions to use Message Queueing with Delphi?
I just know about Habari (which is not free) but could not find free solutions on the internet.
About the votes to close my topic.
I'm asking a question, if I need to explain here what it is, probably I'll not know how to answer. People that know what I was talking about could answer without problems, like Daniele and Jeroen Pluimers.
But for those that don't know what is a MQ:
Here you can learn the basic of it: http://mq.java.net/overview.html
After learn what it is you can read about the brokers as: ActiveMQ, HornetQ, GlassFish, RabbitMQ etc...
And as now you know, we need a client to talk with the brokers, is this client that I'm searching for, in this case one of the options (few options) is http://www.habarisoft.com/habari_openmq.html.
Tks
If you are looking for the free WebSphere MQ client, it's SupportPac MQC7. If you are looking for something else, you will need to be more specific.
If stomp is ok for you try my stomp client at www.danieleteti.it

Resources