Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Hi Guys, I Want To Add A Type Of Message Broker Like Kafka To Put Incoming Requests In A Queue And Monitor Them. How Can I Integrate That With Clearml?

hi guys, i want to add a type of message broker like Kafka to put incoming requests in a queue and monitor them. how can I integrate that with clearml?

  
  
Posted 11 months ago
Votes Newest

Answers 11


Hi @<1580367711848894464:profile|ApprehensiveRaven81> , what would you like to integrate exactly? What kind of messages these would be and where do you expect to see them?

  
  
Posted 11 months ago

sorry the question is a bit vague. i just want to know if clearml already intergrated kafka, or do i have to implement it myself.

  
  
Posted 11 months ago

That's because it's used internally, and not intended for external access

  
  
Posted 11 months ago

What is the use-case to control it? What are you trying to achieve?

  
  
Posted 11 months ago

Hm, then how can i control this service?

  
  
Posted 11 months ago

I want to set up a queue for requests, incoming request will first go to this queue and we can assign which request goes to which worker, and also respond the status of each request to the clients: in queue, being processed, completed, etc.

  
  
Posted 11 months ago

This seems more related to the ClearML server and not to clearml-serving

  
  
Posted 11 months ago

So a request is a task to be executed?

  
  
Posted 11 months ago

in any case this is not integrated as you explained

  
  
Posted 11 months ago

I request is a request from clients who use our endpoint

  
  
Posted 11 months ago

i see the architecture map for clearml-serving have kafka part, and when i run an example following the readme file, i can also see a kafka container running on my machine, but i couldn't find instruction to access that service, while you guys have instruction for using other services, such as prothemeus and grafana
image

  
  
Posted 11 months ago
524 Views
11 Answers
11 months ago
11 months ago
Tags