This message was deleted.
# general
s
This message was deleted.
t
@Enrico Olivelli
please take a read & let me know your thoughts
e
I think that it really depends on your workload.
If your workload is about writing to an external system (IO bound) the CPU metrics don't help
Let me catch up
With this thread
t
sure - take your time
e
Is this a custom function?
Or a standard connector?
t
it's a pulsar function
using the apache GO sdk
e
Oh, I see. Personally I have no experience of Go functions (and of Go lang)
t
that's fair enough, i think that the go SDK
is just an SDK on top of pulsar functions 'the package'
e
Do you have a way to profile the execution and see what is consuming CPU resources?
Maybe there is something that saturates
I would run profiling tools and see what's going wrong
t
ok - so that's based on the premise that only 1 event is ingested at a time right
and you're saying that there's something within the function that is causes a high cpu workload, that's fine
will investigate
e
👍
t
@Nick Pocock interesting discussion