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 one year ago
Votes Newest

Answers 11


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

  
  
Posted one year ago

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

  
  
Posted one year ago

I request is a request from clients who use our endpoint

  
  
Posted one year ago

in any case this is not integrated as you explained

  
  
Posted one year ago

Hm, then how can i control this service?

  
  
Posted one year 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 one year ago

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 one year ago

So a request is a task to be executed?

  
  
Posted one year 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 one year 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 one year ago

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

  
  
Posted one year ago
839 Views
11 Answers
one year ago
one year ago
Tags